M
Maz
I have a form which is a continuous form with about 12 fields in each
record. I would like to be able to unhide and show a red line through the
record if a certain criteria is met. The problem is I can make all the
monitory fields go to $0.00 and even show "CANCELLED" in a field all in the
same record but if put Me.lineShow.visible = True in my code it shows the
line in all records or alternately if I put Me.fieldname.forecolour = 255 it
also colours all fields of the same type in all records.
How Can I get the line to show or the colour in only the record that meets
the criteria I want?
Thanks in anticipation
Maz T
record. I would like to be able to unhide and show a red line through the
record if a certain criteria is met. The problem is I can make all the
monitory fields go to $0.00 and even show "CANCELLED" in a field all in the
same record but if put Me.lineShow.visible = True in my code it shows the
line in all records or alternately if I put Me.fieldname.forecolour = 255 it
also colours all fields of the same type in all records.
How Can I get the line to show or the colour in only the record that meets
the criteria I want?
Thanks in anticipation
Maz T