I have a subform that has a source object based on a temp table. This temp table is re-created when users select options on the main form. The fields within my temp table also change accordingly.
How can I 'refresh' the subform to reflect the changes to the fields in the underlying table?
I have tried requery / refresh methods but all that changes is the records displayed within the existing fields. The new fields are not displayed.
How can I 'refresh' the subform to reflect the changes to the fields in the underlying table?
I have tried requery / refresh methods but all that changes is the records displayed within the existing fields. The new fields are not displayed.