Search results

  1. C

    Too many fields defined error

    I created my DB in MS Access 2007, but recently converted to 2010. I don't think my issue is based on this conversion. When adding new fields in a table, I am receiving the "too many fieds defined" error. I tried compating/repair; also copying the table and deleting the old. All with no...
  2. C

    Renabling a disabled field based on another field

    I was able to figure out how to disable a field when another field was filled out; however, when the field is modified to be blank, the 2nd field does not reenable. Below is my code; any assistance you can provide is greatly appreciated. Private Sub Form _Current() If Me.VM = -1 Then...
  3. C

    Multi-User with split database

    Hello .. I have a split database, and several users have a copy of the front-end on their desktop. I need to make updates to the back-end (tables and forms). Is there a way I can do this when the users have the front-end open? A locked file is created, and when I try to access the back-end...
  4. C

    Enable/Disable textbox when checkbox is checked for only one record at a time

    I have searched through the various forums, and have figured out how to disable a textbox when a checkbox is checked. The problem I am having is, this carries on to every record. When I go to the next record (record 2, 3, and so forth), the textbox is disabled, even though the VM checkbox is...
  5. C

    User Access Error

    I have a DB that I created in my home directory. I moved it to a location so that other users can access. However, since I moved it, no one can access it, they get errors that the DB is already in use or they do not have the permissions. The permissions on the directory is read/write/execute...
Back
Top Bottom