Search results

  1. 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 =...
  2. 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