append TO a form

SusanC

Registered User.
Local time
Today, 14:13
Joined
Feb 18, 2004
Messages
66
Hi,
Is it possible to append to a form so that I can have a record from one table, query, append to a form.
Then add additional info to that record and save it as a new record in the table the form is based on?!
Thanks
Sue
 
Yes, you would have to open up a recordset and input the info to the controls on the form.
 
I'm not sure how I would do that?

If I change the controls on the prexisting form then the user won't be able to enter data manually will they?
 
create an append query that takes the data from one table and appends to the underlying record source for your form. you will then see those records on your form.
 

Users who are viewing this thread

Back
Top Bottom