G
Guest
I have a table that contains customer Names, Numbers, Notes, and Address info.
Thee is a form where I want people to be able to search by previously
menstioned fields.
My current solution is this. I have forms for different types of searching,
by address, by phone number and by name. These forms are connected to queries
and the query that has a bunch of [Form]![Formname].[textfield] and shows
results where fields match.
My problem is this. When I run the query it returns the wanted results but
does not list the relevant returns first and seems to return them in the
order they appear on the table. I am sure there is a better way to do this,
possibly with a little VBA but I don't know for sure what that would be.
Thanks for any help you can offer!
James O
Thee is a form where I want people to be able to search by previously
menstioned fields.
My current solution is this. I have forms for different types of searching,
by address, by phone number and by name. These forms are connected to queries
and the query that has a bunch of [Form]![Formname].[textfield] and shows
results where fields match.
My problem is this. When I run the query it returns the wanted results but
does not list the relevant returns first and seems to return them in the
order they appear on the table. I am sure there is a better way to do this,
possibly with a little VBA but I don't know for sure what that would be.
Thanks for any help you can offer!
James O