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 / Modules / DAO / VBA / April 2006

Tip: Looking for answers? Try searching our database.

How do I format a field in Access to blink (Event Procedure)?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
hdfixitup - 30 Apr 2006 16:03 GMT
I would like the values in an Access field to flash or blink based on a
condition?  Examples in Vb would be helpful.  Thanks
Marshall Barton - 30 Apr 2006 17:53 GMT
>I would like the values in an Access field to flash or blink based on a
>condition?  Examples in Vb would be helpful.  Thanks

You can not use a format for that.  You would have to code
the condition in some appropriate event and set the form's
timerinterval.  The form's Timer event will then fire at the
specified interval and you can use that to change the
control's color properties.

In general, this is not a good practice because flasing
screens dirve a lot of people nuts.  Besides, you must
disable the timer event to prevent it from interfering
whenever you are editing any VBA procedure.

Signature

Marsh
MVP [MS Access]

 
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



©2008 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.