You don't want a where in your insert. Try this: 

INSERT INTO USACopy (BusUnitID, ID) VALUES (8, 3)

Larry

>>> [EMAIL PROTECTED] 05/01/00 11:08AM >>>
I have tried everything, changing the name of the query, recreating the 
table, Naming the field different names and I still get the error:

Missing semicolon (;) at end of SQL statement.

I even tried adding the semicolon and then it says:

Characters found at end of SqL statement.

It is just a simple insert statement going into a table in ACCESS.

<cfquery datasource="synergy" name="TryToInsert">
INSERT INTO USACopy(BusUnitID)
VALUES(8)
WHERE ID = 3
</cfquery>


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to