Hi:
I want to write a code for a "Check-Box" based on a data within a SubReport.
The problem I have is referring to the dataSource eg:
If tbl.Val = "0000" Then
chkID = True
End If
But I get an error for the "If tbl.Val = "0000"
Any suggestion?
I want to write a code for a "Check-Box" based on a data within a SubReport.
The problem I have is referring to the dataSource eg:
If tbl.Val = "0000" Then
chkID = True
End If
But I get an error for the "If tbl.Val = "0000"
Any suggestion?