I did a search and looked around, but not sure how it would be worded. Nothing I read thus far helped.
I am sure this is so basic and simple, I just can't figure it out.
I am trying to grab the data from a query and have it inserted into a subform of mine. The query has 3 fields: 2 fields being used as group by, and a 3rd as a count.
Field1 - Field2 - Field3
Bobby Red 5
Bobby Blue 2
Tim Red 3
Tim Grey 1
...
...
So its grouped by Field1, Then by Field2, and calculates how many time it happens in field3.
I want field3 to be used in a textbox which has a control source on my subform. But how do I get that value into the form?
I do not know how to make a form see the fields of a query. Is it a rs, db, qdf code? a Docmd code?
Any help will be appreciated.
I am sure this is so basic and simple, I just can't figure it out.
I am trying to grab the data from a query and have it inserted into a subform of mine. The query has 3 fields: 2 fields being used as group by, and a 3rd as a count.
Field1 - Field2 - Field3
Bobby Red 5
Bobby Blue 2
Tim Red 3
Tim Grey 1
...
...
So its grouped by Field1, Then by Field2, and calculates how many time it happens in field3.
I want field3 to be used in a textbox which has a control source on my subform. But how do I get that value into the form?
I do not know how to make a form see the fields of a query. Is it a rs, db, qdf code? a Docmd code?
Any help will be appreciated.