Search results

  1. F

    Question Database State -- Error 3734

    Database was OK after the COPY you (RainLover) suggested. Thanks for the suggestion - seems so simple I'm embarrased. I just couldn't get rid of the old (open) files.
  2. F

    Question Database State -- Error 3734

    Searching for an answer to deleting an OPEN file, I found: [I supply it here only to supply a complete resolution of my whole problem for a future user.] I would suggest you to check in safe mode and try to delete the file and check. Boot the computer in Safe mode and check if the issue...
  3. F

    Question Database State -- Error 3734

    Sorry, but now the small problem of how do I delete/eliminate to "open" .mdb and .ldb files? Somehow I need to fool the computer or reset the file status. Not really and Access problem.
  4. F

    Question Database State -- Error 3734

    Can not delete the ldb file. Copying the .mdb file to a different directory was an instant solution. Many Thanks!
  5. F

    How to change backcolor (but not when first opening the Form)

    MAYBE: Private Sub ContractID_GotFocus() If ContractDetails.BackColor = 9170175 Then ContractDetails.BackColor = 9800909 Else If ContractDetails.BackColor =9800909 Then ContractDetails.BackColor = 9170175 End If End Sub
  6. F

    Question Database State -- Error 3734

    Using Access 2010 to edit/dev a 2003 Access DB file (.mdb) I have had not problems until I was writing to a sequential output file (new code), during which time the computer screens fadded/fogged. I shut the computer down. Upon restarting, the Access DB file and .ldb are in a state of "being...
Back
Top Bottom