Hello,
What im trying to build is a search that goes through the whole database and all tables.
The output will be on a form by which the found items are shown, but not all at once. Only the first item is displayed and the rest can be seen by using the navigation button (first, back, next and last, see pic below).
in# = indicator#
art = article
oms = discription
What Ive done so far:
I checked out this website (http://www.everythingaccess.com/tutorials.asp?ID=Build-a-search-criteria-form) from Allen Browne.
I put a line for testing: txtOms = strWhere
and I get the error in the pic.
I think that the difference between Allen's example database and mine is that his form and some textfields/comboboxes are bound to the table tblClient. I want mine to be completely unbound.
First question (for now):
How do I get the code to search all the tables?
If there is more information needed, feel free to ask.
Regards,
Melvin
What im trying to build is a search that goes through the whole database and all tables.
The output will be on a form by which the found items are shown, but not all at once. Only the first item is displayed and the rest can be seen by using the navigation button (first, back, next and last, see pic below).
in# = indicator#
art = article
oms = discription
What Ive done so far:
I checked out this website (http://www.everythingaccess.com/tutorials.asp?ID=Build-a-search-criteria-form) from Allen Browne.
I put a line for testing: txtOms = strWhere
and I get the error in the pic.
I think that the difference between Allen's example database and mine is that his form and some textfields/comboboxes are bound to the table tblClient. I want mine to be completely unbound.
First question (for now):
How do I get the code to search all the tables?
If there is more information needed, feel free to ask.
Regards,
Melvin