W
Wayne
I'm filtering a Main form based on a field in the Subform.
I seem to have that working correctly but it displays in an unexpected
way.
I have two contracts with Open Issues. Contract # 1 has 3 Open Issues
and
1 Closed Issue and Contract # 2 has 1 Open Issue. When I look at the
query
results the Main form is based on it shows these 4 Issues with all
details
correctly but when I display them in the form, my Main form shows 1
of 4 records.
As I step through the first 3 records (Contract # 1) neither the Main
form nor
the Issue form changes. It only changes when I get to the 4th record
(Contract # 2).
I was expecting the Issue subform would display a different issue as I
stepped through the Main for records (4 records) but it just shows 1
of 3 records
(displays only the first record in the subform) in the Issue subform
for the all
3 records in the Main form so I am seeing the same information three
times!
OR
I was expecting the Main form to display 1 of 2 records (only 2
contracts have Open
Issues), then I would have to step through the Issue subform to see
the Open Issues
for that contract.
If I use a combo box in the Main form to filter what I see in the
subform, are the
results I am getting correct? I would prefer the Main form to show 1
of 2 records
and the details are in the subform. Is this possible?
Wayne
I seem to have that working correctly but it displays in an unexpected
way.
I have two contracts with Open Issues. Contract # 1 has 3 Open Issues
and
1 Closed Issue and Contract # 2 has 1 Open Issue. When I look at the
query
results the Main form is based on it shows these 4 Issues with all
details
correctly but when I display them in the form, my Main form shows 1
of 4 records.
As I step through the first 3 records (Contract # 1) neither the Main
form nor
the Issue form changes. It only changes when I get to the 4th record
(Contract # 2).
I was expecting the Issue subform would display a different issue as I
stepped through the Main for records (4 records) but it just shows 1
of 3 records
(displays only the first record in the subform) in the Issue subform
for the all
3 records in the Main form so I am seeing the same information three
times!
OR
I was expecting the Main form to display 1 of 2 records (only 2
contracts have Open
Issues), then I would have to step through the Issue subform to see
the Open Issues
for that contract.
If I use a combo box in the Main form to filter what I see in the
subform, are the
results I am getting correct? I would prefer the Main form to show 1
of 2 records
and the details are in the subform. Is this possible?
Wayne