funderburgh
Registered User.
- Local time
- Today, 02:38
- Joined
- Jun 25, 2008
- Messages
- 118
I am writing a little swipe card application. My "Main Menu" has an event to allow the user to swipe their card. The form I created to prompt the action is very simple with only one label on it. When it is displayed, it is blank.
The only success I have had is to set the Docmd OpenForm WindowMode to "Dialog". This is a problem because the processing stops, and does not continue on to the routine that will read the card. I feel like I have tried every combination of modal and pop up propeties. Here is my code:
DoCmd.Close acForm, "frmDashboard"
DoCmd.OpenForm "frmSplash"
The attached images show the splash form and the results of the code.
Any help is very welcome.
The only success I have had is to set the Docmd OpenForm WindowMode to "Dialog". This is a problem because the processing stops, and does not continue on to the routine that will read the card. I feel like I have tried every combination of modal and pop up propeties. Here is my code:
DoCmd.Close acForm, "frmDashboard"
DoCmd.OpenForm "frmSplash"
The attached images show the splash form and the results of the code.
Any help is very welcome.