I
Iram
Hello.
I have a subform with the following fields:
ScheduleDate (tied to the parent table and Form)
Name
LoginTime
LogoutTime
I would like to create conditional formatting on the login and logout fields
that will show folks how many people are scheduled around the same time in
future dates.
For example
June 15 2007 John 9:00am-10:00am
June 15 2007 Eva 9:30am-11:30am
June 15 2007 Earl 11:25am-12pm
June 15 2007 David 11:00am-12pm
I already have an expression that will tell me who currently is logged in
Time() >= [LoginTime] AND Time() <= [LogoutTime]
Now I need something to tell folks who are trying to schedule future dates.
For Example (above) John, Eva and Earl will be logged in at the same time on
June 15, 2007. I need those records to be yellow.
Is this possible?
Iram/mcp
I have a subform with the following fields:
ScheduleDate (tied to the parent table and Form)
Name
LoginTime
LogoutTime
I would like to create conditional formatting on the login and logout fields
that will show folks how many people are scheduled around the same time in
future dates.
For example
June 15 2007 John 9:00am-10:00am
June 15 2007 Eva 9:30am-11:30am
June 15 2007 Earl 11:25am-12pm
June 15 2007 David 11:00am-12pm
I already have an expression that will tell me who currently is logged in
Time() >= [LoginTime] AND Time() <= [LogoutTime]
Now I need something to tell folks who are trying to schedule future dates.
For Example (above) John, Eva and Earl will be logged in at the same time on
June 15, 2007. I need those records to be yellow.
Is this possible?
Iram/mcp