B
BrianPaul
I have a form and a subform, Linked by the SubjectID, In the subform I have 3
fields, SubjectID, Scripture, and Remarks, I would like to put a txt box on
the subform that would search through the remarks field and go to that record
in the subform where the field matches part of what the user types into the
text box. I know the code would be placed in the After Update of the text
box. and I know partially it would look something like I use for searching
through queries. Example:
Like "*" & [Type anything you wish to search] & "*" However this is how I
do it in queries but would like to do it on a txt box that is placed on the
subform. Thanks.
fields, SubjectID, Scripture, and Remarks, I would like to put a txt box on
the subform that would search through the remarks field and go to that record
in the subform where the field matches part of what the user types into the
text box. I know the code would be placed in the After Update of the text
box. and I know partially it would look something like I use for searching
through queries. Example:
Like "*" & [Type anything you wish to search] & "*" However this is how I
do it in queries but would like to do it on a txt box that is placed on the
subform. Thanks.