H
haydnw
Hi,
I have the following line of code in the Detail_Format
event of a report:
If Me.chkysnCareOfMgr = "Yes" Then
Basically if the value is yes then I need to hide some
fields, if the value is no then I don't need to do
anything. However, when I run the report I get to here and
get the message 2427 "You entered an expression that has
no value".
I have exactly the same code in exactly the same place on
a different report (obviously a different control name)
and it works fine. Can anyone suggest why this might be
falling over?
Thanks very much,
haydn
I have the following line of code in the Detail_Format
event of a report:
If Me.chkysnCareOfMgr = "Yes" Then
Basically if the value is yes then I need to hide some
fields, if the value is no then I don't need to do
anything. However, when I run the report I get to here and
get the message 2427 "You entered an expression that has
no value".
I have exactly the same code in exactly the same place on
a different report (obviously a different control name)
and it works fine. Can anyone suggest why this might be
falling over?
Thanks very much,
haydn