I have a requirement to load a form asking the user to enter personal information before the access switchboard can become available. After the user enters personal information (held in a personinfo table. only one record in this table), the switchboard starts.
Here is the logic.
On loading the switchboard, check to see if personal table field (or fields) for record 1 is null
If null, then load the personal info form. After saving and closing this form, load the switchboard.
If not null, then load the switchboard.
It's been a long time since I programmed vba. Any help is greatly appreciated!!!!
Thanks!!
- Wendy
Here is the logic.
On loading the switchboard, check to see if personal table field (or fields) for record 1 is null
If null, then load the personal info form. After saving and closing this form, load the switchboard.
If not null, then load the switchboard.
It's been a long time since I programmed vba. Any help is greatly appreciated!!!!
Thanks!!
- Wendy