Re: on first startup force user to enter data in certain tables

Tech-Archive recommends: Fix windows errors by optimizing your registry



hi,

the_duracell_rabbitt wrote:
i already have the startup form as my splash form, what i wanted was for the db to check that these 3 tables are empty and if there are for 1 time (or until the user enters somthing in them) divert from the main swithcboard (which is the 1st form after the splash screen) to these forms........
Aha, use the Form_Open event of your splash screen to determine whether your tables are filled or not (DLookup()). If the need to be filled, open the corresponding forms with DoCmd.OpenForm "form", WindowMode := acDialog. Set the Modal property of these forms to True.


mfG
--> stefan <--
.



Relevant Pages