Search results

  1. E

    INSERT INTO using field names from a form

    Hi everyone, I am using the following code but - it isn't putting the values of the form fields in my table. Can you help me with the correct syntax? Many thanks! Dim dbs As DAO.Database Dim strSQL As String Set dbs = OpenDatabase("v:\lab\sdawOrderID\sdaw.mdb") DoCmd.RunSQL "INSERT INTO...
Top Bottom