B
brian
I am having problem referencing controls from forms and
reports. Can somone explain when to use a period and
when to use a exclamation point. My main problem is that
I am trying to reference a check box from a form and a
subreport from a report.
I have a subreport named SubQuote
Report named RptQuote
Price is the column I want to reference
I am using the following to reference:
Reports!rptquote.Report!SubQuote.Report!Price.Visible =
False
I get an error saying 'you entred an expression that has
an invalid reference to the property Form/Report"
Also on this report I am trying to use an IF statment
checking the value on a form. I get the same error.
REPORT: RptQuote
FORM: zzzzzz
Column: chkPricing
I am using form!zzzzzz!chkPricing
Can someone please guide me!
Thanks
reports. Can somone explain when to use a period and
when to use a exclamation point. My main problem is that
I am trying to reference a check box from a form and a
subreport from a report.
I have a subreport named SubQuote
Report named RptQuote
Price is the column I want to reference
I am using the following to reference:
Reports!rptquote.Report!SubQuote.Report!Price.Visible =
False
I get an error saying 'you entred an expression that has
an invalid reference to the property Form/Report"
Also on this report I am trying to use an IF statment
checking the value on a form. I get the same error.
REPORT: RptQuote
FORM: zzzzzz
Column: chkPricing
I am using form!zzzzzz!chkPricing
Can someone please guide me!
Thanks