mitchem1
Registered User.
- Local time
- Yesterday, 23:01
- Joined
- Feb 21, 2002
- Messages
- 153
This is a very simple example, but one that I hope will demonstrate what I am trying to figure out.
I have a table with 4 columns and 100 records. The columns are County, Route, Section, and Engineer. I have created a search form with 4 unbound combo boxes -- one for counties, one for routes, one for sections and one for engineers. The idea is that if the user leaves all 4 combos blank, all 100 records should be retrieved. However, it only retrieves records where there is no null value in any of the columns. I have tried all kinds of variations in my query, but cannot get what I want.
After creating a form that was bound to the table and then using the Filter by Form feature, I found that Access would retrieve the records the way I am attempting to do in my custom form (trying to shield very green users from Filter by Form). Can anyone explain this or point me in the right direction. Thank you.
I have a table with 4 columns and 100 records. The columns are County, Route, Section, and Engineer. I have created a search form with 4 unbound combo boxes -- one for counties, one for routes, one for sections and one for engineers. The idea is that if the user leaves all 4 combos blank, all 100 records should be retrieved. However, it only retrieves records where there is no null value in any of the columns. I have tried all kinds of variations in my query, but cannot get what I want.
After creating a form that was bound to the table and then using the Filter by Form feature, I found that Access would retrieve the records the way I am attempting to do in my custom form (trying to shield very green users from Filter by Form). Can anyone explain this or point me in the right direction. Thank you.