Very simple request....(i thought)
In the form is the field, STATUS. I creted a "label" field (TaskStat) to simply display the word DONE in the lower corner of the form.
So: IF the STATUS field=6 then print the word "DONE" in the label field (TaskStat). I want this to happen as the user clicks the "next screen" arrow provided by Access at the bottom of the screen.
In the field status, "Before Update", I entered:
IIF([FORMS]![MAIN]![STATUS]=6, [FORMS]![MAIN]![TaskStatDisp]='DONE','')
When I open the form and manipulate the STATUS field, it errors out referring to "invalid macro"
Help!!!
In the form is the field, STATUS. I creted a "label" field (TaskStat) to simply display the word DONE in the lower corner of the form.
So: IF the STATUS field=6 then print the word "DONE" in the label field (TaskStat). I want this to happen as the user clicks the "next screen" arrow provided by Access at the bottom of the screen.
In the field status, "Before Update", I entered:
IIF([FORMS]![MAIN]![STATUS]=6, [FORMS]![MAIN]![TaskStatDisp]='DONE','')
When I open the form and manipulate the STATUS field, it errors out referring to "invalid macro"
Help!!!