I am working in Access 2003 and have approximately 10 fields that I want to be able to query on.
The catch is that if I only fill in 3 or 4 fields, only the data that matches only those three fields will be displayed (fields left blank will be ignored).
I know the "Is Null" will work in a different way, but I need only filled in fields to display.
I fouond on another thread somewhere this example db that shows how it's done, by running several queries one after another by making the beginning of one dependent on the other.
The problem is that I don't know how they did it! If I look at the query2 in the attached, and look at the object dependencies, it shows query1.
I can't figure out how they made that happen. Nothing I do will cause one query to run from another....
Thanks!!!
The catch is that if I only fill in 3 or 4 fields, only the data that matches only those three fields will be displayed (fields left blank will be ignored).
I know the "Is Null" will work in a different way, but I need only filled in fields to display.
I fouond on another thread somewhere this example db that shows how it's done, by running several queries one after another by making the beginning of one dependent on the other.
The problem is that I don't know how they did it! If I look at the query2 in the attached, and look at the object dependencies, it shows query1.
I can't figure out how they made that happen. Nothing I do will cause one query to run from another....
Thanks!!!
Comment