How to "remember" password

  • Thread starter Thread starter janf
  • Start date Start date
J

janf

Hello.

I want to show a splash form when my program starts, until the user has
entered a license number in a text box. After the license number is entered,
the next time the program starts, the splash form should not show. Must I
store the license number in a table, or can I do this with vba? If vba, then
how?
Thanks
 
You could probably adapt the code in the startup form from the Northwind
sample database that ships with Access.
 
Back
Top