Hi all
I'm trying to build a project/ task management app for my own purposes and have the following problem:
I have a Status field on a form that changes it's value depending on whether a field named DueDate is showing a value in the past, in the future, or today (overdue, future dated, due today).
What i want to do is make this field change colour too, for each record. ie, so that overdue = red, future dated = blue etc).
If I use the forecolor property of the text box, all Status values in all records on the form are changed to the last record evaluated's color, presumably as im acting on the control and not the record.
I know this can be done, I just dont know how. If anyone has any ideas, id be very grateful.
cheers
I'm trying to build a project/ task management app for my own purposes and have the following problem:
I have a Status field on a form that changes it's value depending on whether a field named DueDate is showing a value in the past, in the future, or today (overdue, future dated, due today).
What i want to do is make this field change colour too, for each record. ie, so that overdue = red, future dated = blue etc).
If I use the forecolor property of the text box, all Status values in all records on the form are changed to the last record evaluated's color, presumably as im acting on the control and not the record.
I know this can be done, I just dont know how. If anyone has any ideas, id be very grateful.
cheers