M
Me
Thanks in advance ...
I have a query joining 3 tables say a,b & c
every record in a maps to one or more in b and one or more in c
I have written a query to fetch me all the records in three tables and
the result looks like (I am showing just the key values here)
Values in A Values in B Values in C
1 1 + A 1 + Ca
1 1 + B 1 + Ca
1 1 + A 1 + Cb
1 1 + B 1 + Cb
2 2 + X 2 + Cp
2 2 + x 2 + Cq
2 2 + x 2 + Cr
....
I would like to design a form that shows each record
in A and corresponding records in B and corresponding records in C
How can I achieve this? Should I use this query or there is another way to
do so. Please note that users will also be doing search on various fields
using
the form.
I already tried it as form/subforms, but in my case it doesn't work 'cause
when I use a filter on say subform b, then it does filter out records, but
it displays all the records, it should display only those that match the
criteria with form a and subform c.
Will appreciate if someone could bear with me and help me in resolving this
issue.
Thanks for your help in advance,
-Me
I have a query joining 3 tables say a,b & c
every record in a maps to one or more in b and one or more in c
I have written a query to fetch me all the records in three tables and
the result looks like (I am showing just the key values here)
Values in A Values in B Values in C
1 1 + A 1 + Ca
1 1 + B 1 + Ca
1 1 + A 1 + Cb
1 1 + B 1 + Cb
2 2 + X 2 + Cp
2 2 + x 2 + Cq
2 2 + x 2 + Cr
....
I would like to design a form that shows each record
in A and corresponding records in B and corresponding records in C
How can I achieve this? Should I use this query or there is another way to
do so. Please note that users will also be doing search on various fields
using
the form.
I already tried it as form/subforms, but in my case it doesn't work 'cause
when I use a filter on say subform b, then it does filter out records, but
it displays all the records, it should display only those that match the
criteria with form a and subform c.
Will appreciate if someone could bear with me and help me in resolving this
issue.
Thanks for your help in advance,
-Me