Hi all,
Ona report, I have a column in a query called 'ReportLineNums'. I've dropped the column onto the report and the value is being printed to the report. However, I can't seem to reference the value in the control. I keep getting an "You entered an expression that has no value error"...anyone know what that is?
I've debugged and it's stopping on the first line of my IF statement.
I've double-checked the control name as well, I've set the control data type to True/False, nothing seems to work?
If Me!ReportLineNums.Value = False Then
Me!txtLineNums.Visible = False
End If
Ona report, I have a column in a query called 'ReportLineNums'. I've dropped the column onto the report and the value is being printed to the report. However, I can't seem to reference the value in the control. I keep getting an "You entered an expression that has no value error"...anyone know what that is?
I've debugged and it's stopping on the first line of my IF statement.
I've double-checked the control name as well, I've set the control data type to True/False, nothing seems to work?
If Me!ReportLineNums.Value = False Then
Me!txtLineNums.Visible = False
End If