Search results

  1. V

    Login Form with access rights

    hi, i have two forms, Form A to login and enter Form B (provided that the logging in credentials are correct) Form A has two fields (txtUserName and txtPassword) what i want to do is, how do i 'filter' out the users that do not have sufficient access rights? (i.e. Advanced) could i use the...
  2. V

    autonumber

    hi, i have a main form with two subforms at which my main form has three fields which are OrderID (Autonumber), Date and Time ordered (Date and Time ordered are the 'autofields') my question is, how could i have the OrderID be automatically set to the next number if i go straight to data entry...
  3. V

    FindRecord with inputbox

    hi, i am doing an a-level computing project on an order system. I am having problems searching for a record (by its OrderID) when using the FindRecord function with an inputbox what i want to do is: - From a main switchboard, a user clicks on a button that opens up an order form (named...
  4. V

    changing the password

    i am doing a computing project using access 2003 and vba. i have designed 2 forms A and B, form A is where a user to logs in to my system (with four main items: username (combo box), password (textbox) and two buttons) and form B is where the user can change their password (with four items...
  5. V

    password forms

    hi, i am currently working on a computing project using access 2003, and i am not very familiar with VBA. At the moment, i have designed a simple logging-in form (with a function that checks the password typed in for a username (selected from a combo box) against the password value stored in a...
Back
Top Bottom