M
Matthew
I am trying to run the following SQL statement
INSERT INTO [Tithe Information] VALUES ("7/14/2005", "Mmusquiz", "Matthew",
"Musquiz", "100", "Building", 0);
The first column in the table is a Date then the following three columns are
text, next is a currency, then a text, then an auto number (the 0 in the SQL
statement)
I don't know how to not put anything in the autonumber field and still get
it to populate, and I am getting all these errors when it tries to append to
the table.....Can anyone help??? Thanks in advance.....
INSERT INTO [Tithe Information] VALUES ("7/14/2005", "Mmusquiz", "Matthew",
"Musquiz", "100", "Building", 0);
The first column in the table is a Date then the following three columns are
text, next is a currency, then a text, then an auto number (the 0 in the SQL
statement)
I don't know how to not put anything in the autonumber field and still get
it to populate, and I am getting all these errors when it tries to append to
the table.....Can anyone help??? Thanks in advance.....