View Full Version : Passing data from a form to an append query


keley
02-28-2002, 06:44 AM
I have a form in which users enter date in a table, and then upon pressing a command button run an append query, to append data into an existing table. (This append query needs to append data from this one record only) How can I have the data entered into one of the control boxes passed to the append query?

Rich
02-28-2002, 06:57 AM
Set the criteria on your key field to =Forms!MyForm!MyKeyField