Modesty_Blaze
Registered User.
- Local time
- Today, 02:29
- Joined
- Sep 25, 2003
- Messages
- 10
Problem:
I can't make it work to search from one single search form to search on several fields to reduce number of results. I have over 1000 of records and you can search by name and code to get specific record. You can also search by angle Alfa and Beta, Graf type (left and right), etc.
If I make several queries to search per each category, I'll end up with quite a lot queries, and a lot of records as results of those queries. So, what I need is to be able to give several parameters for ONE search.
Now, individual searches work fine (in criteria for query I put: [Forms]![Pretraga]![AlphaLL]), but when I try to do it for more than one field (in alfa left I put [forms]![Pretraga]![AlphaLL], in betha Left [forms]![Pretraga]![BethaLL]), I never get any results. (Like I put only one parameter and leave other blank).
Question is where am I doing it wrong?
Another question is where can I find syntaxes for expresion builder, like for criteria that you can put in query?
Thanks in advance (gotta admit: I have learned so much since I joined AWF)
I can't make it work to search from one single search form to search on several fields to reduce number of results. I have over 1000 of records and you can search by name and code to get specific record. You can also search by angle Alfa and Beta, Graf type (left and right), etc.
If I make several queries to search per each category, I'll end up with quite a lot queries, and a lot of records as results of those queries. So, what I need is to be able to give several parameters for ONE search.
Now, individual searches work fine (in criteria for query I put: [Forms]![Pretraga]![AlphaLL]), but when I try to do it for more than one field (in alfa left I put [forms]![Pretraga]![AlphaLL], in betha Left [forms]![Pretraga]![BethaLL]), I never get any results. (Like I put only one parameter and leave other blank).
Question is where am I doing it wrong?
Another question is where can I find syntaxes for expresion builder, like for criteria that you can put in query?
Thanks in advance (gotta admit: I have learned so much since I joined AWF)