Button coding

Matt Brown

Registered User.
Local time
Today, 15:33
Joined
Jun 5, 2000
Messages
120
I have the following code which works fine on a button.

stLinkCriteria = "[Top Level Assy No] Like '" & Me![SearchTxt] & "*'"

What i would like to do is to get the search to search a text box on a subform which resides on the mainform where the "Top Level Assy No" is as well as doing the "Top Level Assy No" search.

Is this possible and how would the code be modified to do this?

(Say for clarity the subform is called "mysubform" and the text box on this form is called "mysubformtext")




cheers

Matt
 

Users who are viewing this thread

Back
Top Bottom