PDA

View Full Version : VBA Login Help



jackson11323
12-26-2008, 09:04 PM
Im about to create a login for my assignment not one of those simple IF and Else... login... does anyone have any sample codes i could look at for heads up?

FrymanTCU
12-27-2008, 08:23 AM
SEARCH!

CreganTur
12-29-2008, 06:18 AM
Welcome to the forum- it's always good to see new members.

Since you say this is an assignment, I'm guessing that it's for a homework assignment. There's nothing wrong with that- it just means we'll be giving you some theory for you to work with.

Here's a suggestion for you: build a table that contains valid usernames and passwords. Then use dlookup to validate login information against the users table.

HTH:thumb