D
Dave Elliott
Does the record have to be saved before a form refresh can be done?
Example; I have a main form and on it are sub-forms.
On the main form is a Vendor form and sometimes while the main form is open,
(before saving) I have to add a vendor via another form (Vendors) and then
need to
refresh the sub-form on the main form so it will see the new vendor.
(Me.Refresh) on double click.
My question is, do I need to add code to save the record before the refresh?
Example; I have a main form and on it are sub-forms.
On the main form is a Vendor form and sometimes while the main form is open,
(before saving) I have to add a vendor via another form (Vendors) and then
need to
refresh the sub-form on the main form so it will see the new vendor.
(Me.Refresh) on double click.
My question is, do I need to add code to save the record before the refresh?