Link to home
Start Free TrialLog in
Avatar of DataTrain
DataTrainFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How do I update a Label Caption in VBA - Access 2007 ?

Hi,

I have a program loop where the status is changing and I want to display this information through a Label Caption. This is an object on an Access 2007 form. It updates at the end of my loop but not during. How can I make it update each time I change the value?

Thanks, David.
Example: Me.MyLabel.Caption="The status has just changed from 3 to 4."

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of peter57r
peter57r
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DataTrain

ASKER

Thanks - that seams to work.