C
ChadB
Hi,
I have developed a query which will work very well for my user interface.
The query has a subdatasheet which is another query.
Example query output (qryGrpMem)
GroupName GroupID Count
+ Num1 1 3
+ Num2 2 2
- Num3 3 2
Memebers MemberID
Dan 1
Sally 5
+ Num4 4 6
I have placed the query on a form as a subform control. Control name is
child0
I need to be able to reference values in both the top level query and its
subdatasheet. I have no problem referencing the top level query, but can not
find out how to reference anything below it
My subform Property (source object) = query.qryGrpMem - the above query
with a subdatasheet
If I want to retrieve the selected row value of the top level of the query I
will use
Me.child0.controls("GroupName").value
child0 was the name of the subformControl
I can not figure out how to reference the memberID.
I have read many post on referencing a subform that has a subform, but those
methods do not work.
Any Suggestion?
I have developed a query which will work very well for my user interface.
The query has a subdatasheet which is another query.
Example query output (qryGrpMem)
GroupName GroupID Count
+ Num1 1 3
+ Num2 2 2
- Num3 3 2
Memebers MemberID
Dan 1
Sally 5
+ Num4 4 6
I have placed the query on a form as a subform control. Control name is
child0
I need to be able to reference values in both the top level query and its
subdatasheet. I have no problem referencing the top level query, but can not
find out how to reference anything below it
My subform Property (source object) = query.qryGrpMem - the above query
with a subdatasheet
If I want to retrieve the selected row value of the top level of the query I
will use
Me.child0.controls("GroupName").value
child0 was the name of the subformControl
I can not figure out how to reference the memberID.
I have read many post on referencing a subform that has a subform, but those
methods do not work.
Any Suggestion?