N
Newboy
I am having problems trying to get a checkbox on a form
to work as I wanted.
The idea was that if a date had been entered in a field
in a table then the checkbox on the form show as ticked
so I set the Control Source to:
"=IIf((AgreementsTrial!REPORT_YEAR>""),True,False)"
but the If won't seem to allow me to do the test
to work as I wanted.
The idea was that if a date had been entered in a field
in a table then the checkbox on the form show as ticked
so I set the Control Source to:
"=IIf((AgreementsTrial!REPORT_YEAR>""),True,False)"
but the If won't seem to allow me to do the test