Search results

  1. P

    Insert values into Table using a form

    I have a table named tblScanned with one field ProctorID. I have a form named Form1 with a unbound box called Test. The ProctorID field is a number. Below is the code. I compiled the code and I get a syntax error message. After I scan in the number, I want to clear out the unbound box...
  2. P

    Adding records to a table using a form

    I have a form (Form1) and a table (tblScanned). The form has a unbound box called Test. The table has a field called ApplicantID. I want to scan in Applicant numbers using the form and populate the table. My vba code is Private Sub Test_Click() DoCmd.RunSQL "INSERT INTO...
Back
Top Bottom