RoyVidar just showed me how simple it is to do delete query in code. I was using recordsets. I thought I'd try and do an append query the same way, but I'm having trouble finding an example. This is what I got.
strsql = "Insert into [table1], [field 1] = 100"
This is just a test db. Table one is the table and field 1 is one of two fields. Would someone please show me the syntax for appending a record with entries in more than one field? thanks.
strsql = "Insert into [table1], [field 1] = 100"
This is just a test db. Table one is the table and field 1 is one of two fields. Would someone please show me the syntax for appending a record with entries in more than one field? thanks.