O ozzy68 Registered User. Local time Yesterday, 18:14 Joined Dec 19, 2011 Messages 28 Jan 17, 2012 #1 I have a form with several combo boxes that I use to select specific data to add to a table. I need to have that data saved as a new record without overwriting the existing record...can somebody please assist?
I have a form with several combo boxes that I use to select specific data to add to a table. I need to have that data saved as a new record without overwriting the existing record...can somebody please assist?
jdraw Super Moderator Staff member Local time Yesterday, 21:14 Joined Jan 23, 2006 Messages 15,573 Jan 17, 2012 #2 do research on INSERT SQL or APPEND query http://www.w3schools.com/SQL/sql_insert.asp http://www.techonthenet.com/sql/insert.php http://office.microsoft.com/en-us/a...ble-by-using-an-append-query-HA010076526.aspx
do research on INSERT SQL or APPEND query http://www.w3schools.com/SQL/sql_insert.asp http://www.techonthenet.com/sql/insert.php http://office.microsoft.com/en-us/a...ble-by-using-an-append-query-HA010076526.aspx
O ozzy68 Registered User. Local time Yesterday, 18:14 Joined Dec 19, 2011 Messages 28 Jan 18, 2012 #3 I was able to work with that suggestion, thanks!