weightinwildcat
Programmer
I am capturing information and field names from an existing record in a pair of arrays. After processing the array with the data I want to be able to insert this as a new record. One of the fields is an AutoNumber field, so I do not want to try and insert a value for this one. I can string together an append query, but when I try to run it I get error number 3061 - Too few parameters. Any thoughts on what to do?