I am trying to insert a populated record into a table and getting an error:
Syntax Error in INSERT INTO statement
my code is recordset1.open "insert into table (field1,field2,count)
values(string,string,autonumber)",connection1,adopenstatic,adlockoptimistic
I have tried deleting the last column "count" but gives me a missing
parameter error
I suck at ms access. can anyone recommend a good access book since it has a
few peculiarities from normal ansi sql?
Thanks in advance...