C
Cipher via AccessMonster.com
I have a Form which loads many Tables. I would like to place a "Data Loading..
..Please Wait" message on the Form. I have a Message Box on the Form with a
Property of Visible=No. In the Command Button (PleaseWait) that loads the
Data I have:
PleaseWait.Visible=True
DoCmd.RunSavedImportExport "ImportSpecification"
..Please Wait" message on the Form. I have a Message Box on the Form with a
Property of Visible=No. In the Command Button (PleaseWait) that loads the
Data I have:
PleaseWait.Visible=True
DoCmd.RunSavedImportExport "ImportSpecification"