I have a form with a series of Check boxes and a command button. What i'm trying to do is, let the user select the fields they would like to see on a report by checking the check boxes. My code for the report is as follows:
if forms![formname]![checkbox].Value = True Then
filedname.visable = true
else
fieldname.visable = false
end if
the problem is I get an error saying that function is not available or something like that..
I've tryed the code on Detail, on Open on Activate and nothing works..
does anyone know a way to make this work?
Thanks in advance
>:O>
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com
if forms![formname]![checkbox].Value = True Then
filedname.visable = true
else
fieldname.visable = false
end if
the problem is I get an error saying that function is not available or something like that..
I've tryed the code on Detail, on Open on Activate and nothing works..
does anyone know a way to make this work?
Thanks in advance
>:O>
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com