A
Al
Hi - Another query...!,
I've got a status field on my main form frmContracts. I've currently got
some code that after update of the field if the status = closed it will set
the DateClosed field to =Now().
What I need to do instead is to lookup whether or not the status is actually
classed as a closed status instead.
My status table is like:
UniqueID
Status
StatusOpen
Therefore is it possible to do the following:
After Status_update
If StatusOpen attribute of the Status chosen is False
Set DateClosed = Now()
Else Nothing (no action required).
I'm guessing this is some kind of SQL look-up that's required based on
chosen option but have no idea how to do this?
Thanks, Al.
I've got a status field on my main form frmContracts. I've currently got
some code that after update of the field if the status = closed it will set
the DateClosed field to =Now().
What I need to do instead is to lookup whether or not the status is actually
classed as a closed status instead.
My status table is like:
UniqueID
Status
StatusOpen
Therefore is it possible to do the following:
After Status_update
If StatusOpen attribute of the Status chosen is False
Set DateClosed = Now()
Else Nothing (no action required).
I'm guessing this is some kind of SQL look-up that's required based on
chosen option but have no idea how to do this?
Thanks, Al.