A
aMack
I have created an input form for new records from our main production form.
The main form does not refresh after the new record is added.
A "requery" command works when the form is opened from the Form objects menu
but not when initaited from our "Main Switchboard" form.
1) From Main Switchboard - Open form "Intermodal Transload"
2) From form "Intermodal Transload" initaite macro "Add New Order" - This
adds a new REF# to the data table Intermodal Transload and opens a form "Add
New Order".
3) Close form "Add New Record" with an "On Close" command:
Form(Intermodal_Transload).Requery
Why does this work when the form is opened from the object menu but does not
work when opened through the Main Switchboard?
Please help.
The main form does not refresh after the new record is added.
A "requery" command works when the form is opened from the Form objects menu
but not when initaited from our "Main Switchboard" form.
1) From Main Switchboard - Open form "Intermodal Transload"
2) From form "Intermodal Transload" initaite macro "Add New Order" - This
adds a new REF# to the data table Intermodal Transload and opens a form "Add
New Order".
3) Close form "Add New Record" with an "On Close" command:
Form(Intermodal_Transload).Requery
Why does this work when the form is opened from the object menu but does not
work when opened through the Main Switchboard?
Please help.