Re: on first startup force user to enter data in certain tables
- From: Stefan Hoffmann <ste5an@xxxxxxxxx>
- Date: Sat, 17 Mar 2007 09:36:41 +0100
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 <--
.
- References:
- Re: on first startup force user to enter data in certain tables
- From: Stefan Hoffmann
- Re: on first startup force user to enter data in certain tables
- Prev by Date: Re: a field automatically change every year
- Next by Date: Re: ftp download file
- Previous by thread: Re: on first startup force user to enter data in certain tables
- Next by thread: Re: on first startup force user to enter data in certain tables
- Index(es):
Relevant Pages
|