R
Robert Blackwell
I'm trying to duplicate a search function that is on the main screen of our
database, but change the search criteria and use a new form.
The main screen of our dbase is frmContacts
My problem is when I've duplicated the search from frmContacts onto a
new/blank form the search does not work.
This is the code in the criteria field of the query for the "Name" column is
Like [Forms]![frmContacts]![SearchContacts] & "*"
Now, I'm still a novice but I thought exclamations meant not? So I don't
understand their meaning here except maybe concatenation?
It would make sense though that it is not working because this new search
form that I am making is not on the original frmContacts, however, I did try
replacing frmContacts with frmTestSearch which is the name of my new form,
and it still did not work.
Any help greatly appreciated, also I'll be happy to reply back with as much
info to help you help me
)
database, but change the search criteria and use a new form.
The main screen of our dbase is frmContacts
My problem is when I've duplicated the search from frmContacts onto a
new/blank form the search does not work.
This is the code in the criteria field of the query for the "Name" column is
Like [Forms]![frmContacts]![SearchContacts] & "*"
Now, I'm still a novice but I thought exclamations meant not? So I don't
understand their meaning here except maybe concatenation?
It would make sense though that it is not working because this new search
form that I am making is not on the original frmContacts, however, I did try
replacing frmContacts with frmTestSearch which is the name of my new form,
and it still did not work.
Any help greatly appreciated, also I'll be happy to reply back with as much
info to help you help me
