YoungPhoenix09
New member
- Local time
- Yesterday, 22:14
- Joined
- May 8, 2012
- Messages
- 3
Hey everyone!
Hope everyone's day is going well so far. I have an issue with one of my labels not changing when the caption property is updated. I'm using VBA to code a button that runs a few queries and generates a report after the results have been created. I'm trying to update a label's caption to display status messages inbetween when queries are ran using the database.execute command, but the code is processing too fast for the changes to appear in the form when they are supposed to.
The compiler actually starts running the query before the caption's change appears in the form, which causes some messages not to display at all. What's weird is that I have a progress bar on the form and it gets updated, but the label's caption is not. Any suggestions??
Thanks!!
Hope everyone's day is going well so far. I have an issue with one of my labels not changing when the caption property is updated. I'm using VBA to code a button that runs a few queries and generates a report after the results have been created. I'm trying to update a label's caption to display status messages inbetween when queries are ran using the database.execute command, but the code is processing too fast for the changes to appear in the form when they are supposed to.
The compiler actually starts running the query before the caption's change appears in the form, which causes some messages not to display at all. What's weird is that I have a progress bar on the form and it gets updated, but the label's caption is not. Any suggestions??
Thanks!!