Can you really make a table invisible??

eme126

Registered User.
Local time
Today, 07:14
Joined
Jun 2, 2006
Messages
45
Is it possible to make my Splash screen invisible after someone checked the "Do not show me this screen again" just while that current session? Is there a way of using flags and a system table or query that would allow me to do so? Thank you:)
 
Hello

You can hide the form by using the VISIBLE property of the form.
Regards
Mark
 
You need to use a table to hold persistant settings. Check this table in your start up form and don't open the splash form if the user has chosen that option.
 

Users who are viewing this thread

Back
Top Bottom