PC User
Registered User.
- Local time
- Today, 11:40
- Joined
- Jul 28, 2002
- Messages
- 193
I have a form with a subform control that can change subforms. I have a filter on the main form and I've managed to find a way to change the record sources for any active subform. However, I need to syncronize them whether or not they are filtered. I've tried to use the LinkChildFields and LinkMasterFields properties with the PrimaryKey (PK) field; however, this only displays the field associated with the PK.
As I flip from one subform to another, I need it to stay with the current PK, but still be able to navigate through the recordset. If I'm on any one subform and go to the next record, I need the next subform to use the next PK value and show the next record also. The filter that I'm using is not on the PK field, its on a different field.
Possibly there's a way to use bookmarks. Does anyone know how I can apply this to subforms to syncronize them?
Thanks,
PC
As I flip from one subform to another, I need it to stay with the current PK, but still be able to navigate through the recordset. If I'm on any one subform and go to the next record, I need the next subform to use the next PK value and show the next record also. The filter that I'm using is not on the PK field, its on a different field.
Possibly there's a way to use bookmarks. Does anyone know how I can apply this to subforms to syncronize them?
Thanks,
PC
Last edited: