Subform Positioning

Tammy

Registered User.
Local time
Today, 14:25
Joined
Mar 29, 2000
Messages
14
Can anyone tell me how to position the user to a cerain record in a subform. I am trying to create a search text box on a form and with every entry the user places in the text box (the On Change event) I want to position the user to the matching record in the subform. Any suggestions??
 
Access the subform via .form:

Me.subformName.Form.certainElementInSubform.SetFocus
 

Users who are viewing this thread

Back
Top Bottom