highlighting text box if...

  • Thread starter Thread starter spcscooter via AccessMonster.com
  • Start date Start date
S

spcscooter via AccessMonster.com

Is there a way to highlight a text box in a form if say, an expiration date
is past due? If so, how?

Thanks for the help,

Scot

--
Scot Rawlings
Technical Trainer
Comcast
Auburn, WA

Message posted via AccessMonster.com
 
Never mind... I have tunnel vision right now. I figured it out.

Thanks
Is there a way to highlight a text box in a form if say, an expiration date
is past due? If so, how?

Thanks for the help,

Scot

--
Scot Rawlings
Technical Trainer
Comcast
Auburn, WA

Message posted via AccessMonster.com
 
spcscooter said:
Is there a way to highlight a text box in a form if say, an
expiration date is past due? If so, how?

Thanks for the help,

Scot

In the Current event of the form have code that tests the expiration date and if
its past due (do something). You can change the background color, the font,
make the text bold, etc..
 
Back
Top