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
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.