A
Andy Pryor
I have a report bound to a query qryTest with field
tfTest. If I put a checkbox on the report bound to this
field I can use expressions such as:
if (me!tfTest) then.....
but if I do not do this I cannot use the field directly eg:
if ([tfTest]) then.....
Am I doing something wrong?
tfTest. If I put a checkbox on the report bound to this
field I can use expressions such as:
if (me!tfTest) then.....
but if I do not do this I cannot use the field directly eg:
if ([tfTest]) then.....
Am I doing something wrong?