I reread my reply to you and I made an error. Sorry!!
[forms]![nameofsubformcontrolonmainform].form![cbostate]
Should Be:
[forms]!{NameOfMainForm]![nameofsubformcontrolonmainform].form![cbostate]
Also, the white box on your main form is a subform control. The name of that
control is what you want for [nameofsubformcontrolonmainform] NOT the name
of your subform. The name of the subform control may or may not be the same
as the name of the subform.
Steve
On May 28, 2:15 pm, "Steve" <no...@email.com> wrote:
> When you open just the subform, the subform is a member of the database
> forms collection so your [forms]![subform]![cbostate] notation correctly
[quoted text clipped - 44 lines]
>
> - Show quoted text -
Steve:
Thx - I have tried that it still doesn't work and it should from what
you have explained....I even changed the name of the subform in the
mainform and then went and updated the query and I'm still getting the
same parameter value box. I checked to make sure that I was clicking
on the subform box in the mainform by checking the title of the
property box and it reads Subform/subreport so still not sure what is
wrong.
Any other ideas.
Thx!
samdev - 29 May 2008 00:19 GMT
> I reread my reply to you and I made an error. Sorry!!
>
[quoted text clipped - 76 lines]
>
> - Show quoted text -
It worked - THANK YOU! THANK YOU!