J
Jeff
I am writing a query to search my database. I have a child form in a parent
form to display my search result. I have a TextBox to enter the key for the
search and have a CmdButton to start searching. In the On Click event of my
CmdButton I write:
Me!Childform.Form.Filter = “[ChartNo]=†&TextBox
Me!Childform.Requery
But it doesn’t work, can anyone help me with this?
I have only one TextBox to enter the key, but the user will have several
options for the key like he can select Name, Birthdate, ChartNo…….as key to
search. Thank you.
form to display my search result. I have a TextBox to enter the key for the
search and have a CmdButton to start searching. In the On Click event of my
CmdButton I write:
Me!Childform.Form.Filter = “[ChartNo]=†&TextBox
Me!Childform.Requery
But it doesn’t work, can anyone help me with this?
I have only one TextBox to enter the key, but the user will have several
options for the key like he can select Name, Birthdate, ChartNo…….as key to
search. Thank you.