Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / January 2008

Tip: Looking for answers? Try searching our database.

Can I highlight a page?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Stapes - 10 Jan 2008 17:36 GMT
Hi

I have a form with 3 pages on it. If an item shows as Out Of Stock on
one of the pages, I would like to highlight it by maybe making the
page name display in red.
How can I achieve this?

Stapes
Tom van Stiphout - 11 Jan 2008 03:24 GMT
Not the page name, but certainly some control on the page, or even the
background color. For example this one-liner in the Form_Current event
would do:
Me.Detail.BackColor = IIf(Me.OutOfStock, vbRed, vbWhite)

-Tom.

>Hi
>
[quoted text clipped - 4 lines]
>
>Stapes
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.