Recent content by Skupe

  1. S

    Access to SQL Log Issue

    Thanks, sounds like good advice.
  2. S

    Access to SQL Log Issue

    Thanks Pat worked great! Really appreciate the help.
  3. S

    Access to SQL Log Issue

    I have a form that shows the LogT by running a Query. So while I could update the table manually, my query does not pick up the record. While I could just have the table in my form instead of the query, the table itself still does not update as it should
  4. S

    Access to SQL Log Issue

    The Primary key was already set in Access, I did not change anything about it. I was able to manually add a record into the table. All of my other tables seem to be working OK
  5. S

    Access to SQL Log Issue

    I am trying to move my Access application over to SQL Server and have a problem with one table not updating. The code creates a simple log file of user actions in the program. In Access I have a Module with the following code - Public Sub Logit(Description As String, Optional Notes As String =...
  6. S

    Update Query Help

    I have a table with computers and their users. When the computer breaks I need to swap it for a working one. I use a barcode label as the key for my computers table. When swapping out the computer I just want to delete about 4 fields of User information on the broken machine’s record and then...
Top Bottom