I have search and checked the inter-net, I just do not seem to be finding what I am doing but I do not think I am doing any thing special....using access 2007......
My form has two textbox (Text27 and Text141 at the top(I am using only the detail area of the form) Then i have a section that have different pages for the different area of the data...titles
of the pages are like Dates...Address...Status
I would like my form to bring up data from my query "Cqry_mcr"
but I would like only the ccontid that a person selects
In the control source of Text27 I have
=DLookUp("[CCONTID]","[Cqry_mcr]","[ccontid]=Forms![Cfrm_mcr]!ccontid")
Text141 is = to PCN in my Cqry_mcr....pcn is a (many) to ccontid
I would like Text141 to work like I want Text27
I would like 141 and 27 to be search boxes to bring up
data in the form from query Cqry_mcr no matter which box
they use...27 or 141 ....
In the query.... in ccontid I have [Forms]![Cfrm_mcr]![Text27]
When I open the form it opens with no fields or text boxes
and showing no records at the bottom where the records: of
Can some one please help me ?
Thanks in Advance!
My form has two textbox (Text27 and Text141 at the top(I am using only the detail area of the form) Then i have a section that have different pages for the different area of the data...titles
of the pages are like Dates...Address...Status
I would like my form to bring up data from my query "Cqry_mcr"
but I would like only the ccontid that a person selects
In the control source of Text27 I have
=DLookUp("[CCONTID]","[Cqry_mcr]","[ccontid]=Forms![Cfrm_mcr]!ccontid")
Text141 is = to PCN in my Cqry_mcr....pcn is a (many) to ccontid
I would like Text141 to work like I want Text27
I would like 141 and 27 to be search boxes to bring up
data in the form from query Cqry_mcr no matter which box
they use...27 or 141 ....
In the query.... in ccontid I have [Forms]![Cfrm_mcr]![Text27]
When I open the form it opens with no fields or text boxes
and showing no records at the bottom where the records: of
Can some one please help me ?
Thanks in Advance!