Search results

  1. D

    split-form with dropdown filter

    I am looking for some help with my split-form. When the supervisor opens the split-form they are able to see every record for every person in every department. How can I add a dropdown box that will filter the viewed records by the dept requested in the dropdown box. I would like this option...
  2. D

    do not show password characters

    On my form when a button is pressed I require the user to enter a password in order to open the form. The code works great but what can I add to this code to make an "*" appear vice the letters of the password when typed. Here is the current code that works. Private Sub Command1_Click() Dim...
  3. D

    split database with type mismatch error

    the form he created is just a plain form in design view with a bunch of unbound fields that are updated once you press the "add new employee" button. Not sure why he didnt just link the form directly to the table.
  4. D

    split database with type mismatch error

    Even when I go into the code and press "run" it just sits there. I am not sure if when I split the old 2003 db it messed up the code. The guy who wrote this really liked code so there is a ton of it. The button on the form should trigger an action to write to the table and return a message...
  5. D

    split database with type mismatch error

    Ok, now the button does nothing when you click it. I should get a message telling me the new employee was added but now it does not work at all.
  6. D

    split database with type mismatch error

    I have a 2007 Access database that is split on a network to allow multiple users to enter data at the same time. (I just used the wizard yesterday so don't assume I am an expert). This database was created in Access 2003 by someone else and I converted it to 2007. There is a form to "Add a new...
Back
Top Bottom