Hi All.
Since I can't get the 'extract computer name' working, I'll have to settle for the old faithful login screen.
How do I set up a login screen that checks to see whether the users name and password are correct then allows them to move on to the main form?
I can do the codey bit but I don't want it like this:
if me.username.text = "mongoose" and me.password.text = "horsecack" then msgbox "Username and Password successful"
else: msgbox "Sorry, you are a lamer and shouldn't be accessing this database!"
end if
end sub
blah blah, I know the language is a bit pants, but someone a little brighter than me could get into the system and look up all the usernames and passwords and abuse my creation.
I have seen it done with a table of usernames and corresponding passwords but don't know how to do this just yet? Maybe I should try the 'computer name' again!! Bummer...
Chyld
Since I can't get the 'extract computer name' working, I'll have to settle for the old faithful login screen.
How do I set up a login screen that checks to see whether the users name and password are correct then allows them to move on to the main form?
I can do the codey bit but I don't want it like this:
if me.username.text = "mongoose" and me.password.text = "horsecack" then msgbox "Username and Password successful"
else: msgbox "Sorry, you are a lamer and shouldn't be accessing this database!"
end if
end sub
blah blah, I know the language is a bit pants, but someone a little brighter than me could get into the system and look up all the usernames and passwords and abuse my creation.
I have seen it done with a table of usernames and corresponding passwords but don't know how to do this just yet? Maybe I should try the 'computer name' again!! Bummer...
Chyld