Update data when opening a form

herby_one

Registered User.
Local time
Today, 12:37
Joined
Sep 30, 2004
Messages
22
Hi,

I have a form which is used to input new properties data. When I tick a checkbox field this opens a history form.
I want to be able to copy the data from a few fields into the fields in the history form when its opened.
What is easiest way to do this?
I was thinking store the data (eg. landlord_ID) in a variable but am not sure how to update the field in the history form.
Any suggestions?
 
herby,

Make the DefaultValue for the fields on the new form:

=Forms![YourMainForm]![SomeField]

Wayne
 
thanks

excellent, thanks WayneRyan - worked fine :)
 

Users who are viewing this thread

Back
Top Bottom