G
Guest
Hello.
I have a subform with the following fields:
User
ScheduleDate
ActualLoginTime
ActualLogoutTime
We use this db to track when folks are using a specific application.
Currently I have conditional formatting on the User field to turn it Blue
when:
Time()>=[ActualLoginTime] And Time()<=[ActualLogoutTime]
This works fine except I need one more additional functionality:
If the "ActualLogoutTime" field is blank I need the conditional formatting
to change the user field blue.
Something like Time()>=[ActualLoginTime] And Time()<=[ActualLogoutTime] or
null
Could you please help?
Thanks.
Iram/mcp
I have a subform with the following fields:
User
ScheduleDate
ActualLoginTime
ActualLogoutTime
We use this db to track when folks are using a specific application.
Currently I have conditional formatting on the User field to turn it Blue
when:
Time()>=[ActualLoginTime] And Time()<=[ActualLogoutTime]
This works fine except I need one more additional functionality:
If the "ActualLogoutTime" field is blank I need the conditional formatting
to change the user field blue.
Something like Time()>=[ActualLoginTime] And Time()<=[ActualLogoutTime] or
null
Could you please help?
Thanks.
Iram/mcp