bubblenut-
So use the ticks instead of the single quotes?
I can use longer field names, I just didn't want to do that if I didn't have to.....I can sure change them, though, if it would help.
Here's the error......:
Query: INSERT INTO requests (reqdate, first, last, street, busaddress, city, state, zip, phone, email, howheard, int1, numint1, int2, numint2, int3, numint3, int4, numint4, int5, numint5, int6, numint6, int7, numint7, int8, numint8, int9, numint9, int10, numint10, int11, numint11, int12, numint12) VALUES ('July 27, 2004', 'Jane', 'Doe', '123 Main', '', 'Atchison', 'KS', '66002', '913-367-0987', '', 'live here', 'Amelia Earhart', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')
Error: You have an error in your SQL syntax near 'int1, numint1, int2, numint2, int3, numint3, int4, numint4, int5, numint5, int6,' at line 1
Does that help?
Thanks!
C.