Consulting

Results 1 to 3 of 3

Thread: VBA Login Help

  1. #1

    VBA Login Help

    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?

  2. #2
    SEARCH!

  3. #3
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,676
    Location
    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
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •