C
Cadburys
Hi
I have another question.
I have a continuous form that I need to highlight certain records based on 2
or 3 criteria. If the criteria is met then all fields within the record (or
even the back colour of that record) must be changed to red.
I have the following fields on the form
fldStartBy
fldDeadlineDate
fldDeadlineTime
fldCurrentTime
fldTypist
fldStatus
Condition 1:
If is null([fldTypist]) and fldCurrentTime is 15 before fldStartTime change
the record to Red
Conditional 2
If fldTypist is not null and fldStatus is <> "Logged" and fldCurrentTime is
10 mins before fldStartTime change the record to Red
I cannot do this with conditional formating ? or can I?
Is it possible to change the formatting of individual records on a
continuous form using code - if so then how?
Thank you!
I have another question.
I have a continuous form that I need to highlight certain records based on 2
or 3 criteria. If the criteria is met then all fields within the record (or
even the back colour of that record) must be changed to red.
I have the following fields on the form
fldStartBy
fldDeadlineDate
fldDeadlineTime
fldCurrentTime
fldTypist
fldStatus
Condition 1:
If is null([fldTypist]) and fldCurrentTime is 15 before fldStartTime change
the record to Red
Conditional 2
If fldTypist is not null and fldStatus is <> "Logged" and fldCurrentTime is
10 mins before fldStartTime change the record to Red
I cannot do this with conditional formating ? or can I?
Is it possible to change the formatting of individual records on a
continuous form using code - if so then how?
Thank you!