Hello.
I think this is probably an easy question...
I have a data entry form with several fileds that load into a table. That part works great except when I select the Save command button, I want the form to save and clear the fields.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , , acMenuVer70
How would I go about doing that? Thanks.
I think this is probably an easy question...
I have a data entry form with several fileds that load into a table. That part works great except when I select the Save command button, I want the form to save and clear the fields.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , , acMenuVer70
How would I go about doing that? Thanks.