LarryDeLaruelle
Technical User
I'm trying to requery a subform on a secondary/display form when a combo box on the primary form is updated.
cboselect After Update (primary form)
Forms!frmMedAuthMain.cboSelect = Me.cboSelect
This works fine to sync the primary and secondary forms to the same client.
I have tried the following to requery the secondary's subform:
Forms!frmMedAuthMain.Forms!frmMedAuthSub.Requery
Forms!frmMedAuthMain!Forms!frmMedAuthSub.Requery
These two error
Forms!frmMedAuthMain.frmMedAuthSub.Requery
Forms!frmMedAuthMain!frmMedAuthSub.Requery
No errors, but no requery either
Any help on getting this syntax correct would be greatly appreciated.
Thanks.
Larry De Laruelle
ldelaruelle@familychildrenscenter.org
cboselect After Update (primary form)
Forms!frmMedAuthMain.cboSelect = Me.cboSelect
This works fine to sync the primary and secondary forms to the same client.
I have tried the following to requery the secondary's subform:
Forms!frmMedAuthMain.Forms!frmMedAuthSub.Requery
Forms!frmMedAuthMain!Forms!frmMedAuthSub.Requery
These two error
Forms!frmMedAuthMain.frmMedAuthSub.Requery
Forms!frmMedAuthMain!frmMedAuthSub.Requery
No errors, but no requery either
Any help on getting this syntax correct would be greatly appreciated.
Thanks.
Larry De Laruelle
ldelaruelle@familychildrenscenter.org