R
R Tanner
Hi,
I have a subform based on a query displaying alot of different data
from 8 different tables. To set up this subform, I first created a
query with outer join relationships (as all of the fields are not
required, that does not mean I don't want to see all of the records)
and then I created a form which I dropped into my new form to create a
sub form. I do not have any primary keys in the query this is based
off of or consequently the forms. I want to however be able to filter
the data in my subform by a series of combo boxes which I have placed
above it. i.e. if there is no value selected, then I see all of the
records in my query (which is the last 30 days). But if I select,
say, John Doe, from the drop down, I want to see all records
pertaining to John Doe. I have been playing around with it for a
little while and I tried doing some stuff with the child/master field
links to no avail. So I figured there must be some way to link my
combo box to the criteria specification in my query that is behind the
subform. Would that be a good idea or should I try something
different?
Thanks
I have a subform based on a query displaying alot of different data
from 8 different tables. To set up this subform, I first created a
query with outer join relationships (as all of the fields are not
required, that does not mean I don't want to see all of the records)
and then I created a form which I dropped into my new form to create a
sub form. I do not have any primary keys in the query this is based
off of or consequently the forms. I want to however be able to filter
the data in my subform by a series of combo boxes which I have placed
above it. i.e. if there is no value selected, then I see all of the
records in my query (which is the last 30 days). But if I select,
say, John Doe, from the drop down, I want to see all records
pertaining to John Doe. I have been playing around with it for a
little while and I tried doing some stuff with the child/master field
links to no avail. So I figured there must be some way to link my
combo box to the criteria specification in my query that is behind the
subform. Would that be a good idea or should I try something
different?
Thanks