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
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200712/1
|
|
0
|
|
|
|
Reply
|
spcscooter
|
12/27/2007 10:21:26 PM |
|
Never mind... I have tunnel vision right now. I figured it out.
Thanks
spcscooter wrote:
>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
http://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200712/1
|
|
0
|
|
|
|
Reply
|
spcscooter
|
12/27/2007 10:26:07 PM
|
|
spcscooter via AccessMonster.com wrote:
> 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..
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
|
|
0
|
|
|
|
Reply
|
Rick
|
12/27/2007 10:31:18 PM
|
|
On Dec 27, 2:21 pm, "spcscooter via AccessMonster.com" <u30679@uwe>
wrote:
> 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.comhttp://www.accessmonster.com/Uwe/Forums.aspx/access-queries/200712/1
Or, if you're on a later version of Access (2003+?), conditional
formatting can be used.
|
|
0
|
|
|
|
Reply
|
Minton
|
12/27/2007 10:39:45 PM
|
|
|
3 Replies
276 Views
(page loaded in 0.203 seconds)
Similiar Articles: Add highlight text function to PowerPoint 2007 - microsoft.public ...Please add a highlight text function to PowerPoint 2007. I know that there are work-arounds out there (such as adding a colored text box and then ... Word 2007 Find/Highlight Function - microsoft.public.word ...Use Find and Replace to apply Highlight formatting to the text: To open the dialog box, press Ctrl+H. "Find what": (enter the text that you are searching for ... Highlight a selected record - microsoft.public.access ...> >You should use Conditional formatting on the big (size of >the details section) txtBackground text box. You did not >say which record(s?) should be highlighted so I ... Create hyperlink via macro? Word 2007 - microsoft.public.word ...The Insert Hyperlink box comes up 3. The address bar gets prefilled with ... In addition, because it also captured the highlighted text, even tho it was highlighted ... Highlight text via macro - microsoft.public.word.docmanagement ...Macro to insert a text box in Word 2007 - microsoft.public.word ..... insert a ... Hi, Can you suggest a macro that will apply a yellow text highlight, and another macro ... Highlighting text with F8 key - microsoft.public.mac.office.word ...Microsoft Word gives you a variety of options to highlight text. ... ... column: SHIFT ... and hit the Enter/Return key. ... Then <alt-F8> opens the macro dialog box. Format Painter just won't work - microsoft.public.powerpoint ...When ever I highlight a text box that has the format I want to use somewhere else in the presnetation and click on Format Painter and then click on ... How to scroll label control along with text in RichTextBox ...... text after the link lable" & vbNewLine & "Another line to rich text box") ... How To Find and Highlight Text in the RichTextBox Control In many applications there is ... Conditional formatting of checkbox? - microsoft.public.access ...I have a fairly important checkbox that I would like to highlight in red if checked ... Or you could make a small text box and set the font to windings2 (P will give you a ... UserForm textbox move to end of text on enter - microsoft.public ...Is there a way, when you tab into a textbox, to move the cursor to the end of the line, such that the text in the box is not highlighted. I've ex... highlighting text box if... DataBase - DataBase Discussion List ...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 Technic How to Highlight Text in a Text Box in VB.NET | eHow.comVisual cues in a software application can help make a user's experience more enjoyable and productive. If you create VB.NET programs, you probably work with text box ... How to Automatically Select or Highlight Text Box Upon FocusThe sample program below automatically selects (highlights) all text in a text box whenever the text box gets the focus. This is done by using the SelStart ... Excel - Highlight Text In Combo Box - is there a way to highlight ...Highlight Text In Combo Box - is there a way to highlight the text within a combo... - Free Excel Help Highlight text in Textbox using javascript : The Official ...try this, document.getElementById('test').focus(); document.getElementById('test').select(); 7/23/2012 8:48:13 AM
|