...to enter data. After the form1 is closed, I need to refresh the main form and subform to reflect the changes. I tried the normal way such as
*DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
*DoCmd.requery
etc.
But, nothing works.
However, if the command button is...