J
Jamie Loren
I am using this code successfully...
rs.AddNew "Field1", "12345"
But I can't seem to figure out the syntax when I have multiple fields.
For example, the following code fails...
rs.AddNew "Field1,Field2" & "12345,67890"
What am I doing wrong?
rs.AddNew "Field1", "12345"
But I can't seem to figure out the syntax when I have multiple fields.
For example, the following code fails...
rs.AddNew "Field1,Field2" & "12345,67890"
What am I doing wrong?