G
Guest
I am trying to add a SSN into a table called Provider. The SSN is a string
and is on the current form as me.ssn.
But it is not inserting anything into the Provider table
dim strSQL as string
strSQL = "INSERT INTO Provider (SSN) " & _
"VALUES (" & Me.SSN & ");"
and is on the current form as me.ssn.
But it is not inserting anything into the Provider table
dim strSQL as string
strSQL = "INSERT INTO Provider (SSN) " & _
"VALUES (" & Me.SSN & ");"