Refresh table in a Subform: How?

Moin: Anybody out there who knows what to do if I want to refresh the current content/view of a table in a forms subform when the content of this table has changed programmatically? Or isn´t this possible at all? Regards Uwe

Try CurrForm.UPDATE(). will be TRUE or FALSE depending if you want the current record to be saved.