Coloring in forms

  • Thread starter Thread starter guidop12
  • Start date Start date
G

guidop12

I have a form that has three items
Read_date
Black_click
Black_total
The user will enter the read_date and the black_click and the black_total
comes from an event procedure. The problem is when the user tabs to
black_total the box turns black and the user can't see what the information
is. I looked in the properties but they are the same as the black_click
properties.

Is it something to do with event Procedure??

Please help
 
can't tell without seeing the code in the event.
Could also be something set in conditional Formatting for that control.
In either case, something is setting the back color property of the control
to make it black.
 
Back
Top