A
auujxa2 via AccessMonster.com
I have a bound form, which selects the record I want by a combo box using:
Private Sub cboSite_AfterUpdate()
Me.RecordsetClone.FindFirst "[Location:] = " & Me.cboSite
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
I have several subforms, all with the "[Location:]" field in it's respective
table as my primary key.
How can I have all the subforms link to the main combo? (me.cboSite)?
Thank you SO MUCH in advance.
Private Sub cboSite_AfterUpdate()
Me.RecordsetClone.FindFirst "[Location:] = " & Me.cboSite
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
I have several subforms, all with the "[Location:]" field in it's respective
table as my primary key.
How can I have all the subforms link to the main combo? (me.cboSite)?
Thank you SO MUCH in advance.