Synchronising form and pop up

BarryMK

4 strings are enough
Local time
Today, 23:06
Joined
Oct 15, 2002
Messages
1,350
Access 97 single table dbase. I open a form to show record 1 and then open a pop up from the form bound to that record. If I use the record selector on the form to move to record 2, the pop up stays on record 1. Is it possible to get the pop up to change records in sync with the form?
 
You could change your popup into a subform.
Newman
 
No can do I don't have room for a subform
 
I want to do the same thing!

Barry, did you figure out how to synchronize the record change with pop-up verses your main form without using a subform? I've been trying to figure this out and I need to figure this issue out before 4 Dec 02.

Thanks,

Please Reply
 
I want to do the same thing!

Barry, did you figure out how to synchronize the record change with pop-up verses your main form without using a subform? I've been trying to figure this out and I need to figure this issue out before 4 Dec 02.

Thanks,

Please Reply
 
I don't think this can be done. I've used pop-ups for years and the only way you can do this is by closing and reopening the pop-up form.
 
The "where" argument of the OpenForm Method is used to sync the forms.
 

Users who are viewing this thread

Back
Top Bottom