I have a security table built using MS Access. I have three different databases that need security. The security table is working fine for the database/project where the table resides. I would like to use the same security table in the other two databases/projects.
I created a login page for the first one and no login page for the last two database.
I was hoping that I could use the Session("UserID") variable to pass the security settings on to the next two pages.
Thanks in advance for any thoughts.