Insert Into -- expected end of statement error7757 (6/7/2010 4:02:42 PM) I need to add a record into a table. I'm getting "expected end of statement"
table name: tbl_details
field: ID (key, number, long)
syntax I'm trying to use in the module:
INSERT INTO tbl_deta... Utf