How do I synchronize main form to pop up form ?

JimJones

Registered User.
Local time
Yesterday, 20:06
Joined
May 6, 2003
Messages
78
Hi,

I want to synchronize a main form to a pop up form.
I have seen many examples of main form to subform, and subform
to subform, but I don't think that provides enough for me to
logically think out what's needed to synchronize my main form to my
pop up form.

Please help,
Thanks,
Jim
 
have you tried any of these?

Forms.YourFormName.Refresh (VBA code)
Me.Refresh (VBA code)
Requery (Access Function)

if the above does not help out.. what kind of data are you trying to synchronize? can you describe it a little further?
 
When you open the pop-up, use the where argument of the OpenForm Method to filter the records of the pop-up.
 

Users who are viewing this thread

Back
Top Bottom