B
blake7
Hi all, I have a text box on a report called
"repeatIssue" with the following code which is looking at a CHECK BOX
called "Issue" on a form.
if[forms]![correctiveaction]![Issue] = true then
me.repeatissue = "Yes"
else
me.repeatissue = "No"
end if
Question - is the context of the code correct for a text box on a report?,
it will not work the text box on the report just remains blank! am I doing
something wrong?, Regards Tony
"repeatIssue" with the following code which is looking at a CHECK BOX
called "Issue" on a form.
if[forms]![correctiveaction]![Issue] = true then
me.repeatissue = "Yes"
else
me.repeatissue = "No"
end if
Question - is the context of the code correct for a text box on a report?,
it will not work the text box on the report just remains blank! am I doing
something wrong?, Regards Tony