Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search form

Status
Not open for further replies.

gasx

Technical User
Feb 28, 2003
22
US
I create a form with one text . How I make this form as seach form. I would like to write last name of my clients on this text once I press enter I get all the informations of that client in the main form.I want to know how and where to write the code . please help.
 
if I understand the question you have a child page in which you want to type the surname of the client to act as the filter for it's parent, correct? iirc you can just use me.parent.filter="[SURNAME] = '" & me.textbox1.text & "'"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top