hi all , can you help please, I have a report [mainrpt] and a form [mainform] the report loads the info from a subform , what I am trying to do is on load look at the mainfom and see if a tickbox is true or false , and then place the answer in a columnhidden to hide or show it, ive tried this the on load of the report but no good .
if me.tickbox = false then (think this is where I am going wrong , need to point it to maniform)
me . [column1]. columnhidden = true
end if
can you help please
if me.tickbox = false then (think this is where I am going wrong , need to point it to maniform)
me . [column1]. columnhidden = true
end if
can you help please
