Copy data between forms

herby_one

Registered User.
Local time
Today, 10:29
Joined
Sep 30, 2004
Messages
22
Hi,

I have two forms, NewLandlord & NewCommunication.
A button on the NewLandlord form needs to open the NewCommunication form and copy the Landlord_ID data from the NewLandlord form into the Landlord_ID field in the NewCommunication form.
Anyone know how to do this?
 
Solved

sorry, found solution from WayneRyan in another thread.

Make the DefaultValue for the fields on the new form:

=Forms![YourMainForm]![SomeField]
 

Users who are viewing this thread

Back
Top Bottom