L
Lynne
Hi All
I have a form which contains a date field [schedule date], an unbound text
field [lblschstatus] and also a date made field [date made]
My unbound field [lblschstatus] contains the following:
=IIf(Now()<[Schedule Date]," ","OUT OF DATE"), which works well. I also
have a refresh macro on update of the [date made] field - this also works
well.
What I am trying to achieve is that when the form is opened first, the
unbound field [lblschstatus] is automatically updated.
I've tried to run the refresh macro on load of the form, also on opening the
form, but it just doesn't work. Can someone please help me?
Thanks in anticipation
I have a form which contains a date field [schedule date], an unbound text
field [lblschstatus] and also a date made field [date made]
My unbound field [lblschstatus] contains the following:
=IIf(Now()<[Schedule Date]," ","OUT OF DATE"), which works well. I also
have a refresh macro on update of the [date made] field - this also works
well.
What I am trying to achieve is that when the form is opened first, the
unbound field [lblschstatus] is automatically updated.
I've tried to run the refresh macro on load of the form, also on opening the
form, but it just doesn't work. Can someone please help me?
Thanks in anticipation