Adrianna
Registered User.
- Local time
- Today, 13:47
- Joined
- Oct 16, 2000
- Messages
- 254
Okay...I'm trying to cover all pitfalls or possible complaints that I could receive when launching this new database.
From the switchboard the clients can enter the master form in add or edit mode, BUT
If for some reason they click on Edit an Existing Form before clicking on Add a New Form (for the first time), then the acFormEdit version will open blank.....just a full screen of NOTHING.
So, I want to check to see if there are any records.....If there are no records....meaning it is the first time the database has been used, deleted all of the systems, or just completed and archive, then I would like to have a MsgBox popup (and canel = true), instead of showing them a blank screen.
How can I do this....since there is no NoData() event for Forms.
From the switchboard the clients can enter the master form in add or edit mode, BUT
If for some reason they click on Edit an Existing Form before clicking on Add a New Form (for the first time), then the acFormEdit version will open blank.....just a full screen of NOTHING.
So, I want to check to see if there are any records.....If there are no records....meaning it is the first time the database has been used, deleted all of the systems, or just completed and archive, then I would like to have a MsgBox popup (and canel = true), instead of showing them a blank screen.
How can I do this....since there is no NoData() event for Forms.