hey yer barred
Board Regular
- Joined
- Jun 19, 2007
- Messages
- 232
Hi All!
I have a very basic bit of coding that wont do what its meant to do!
When the user clicks on the 'Run' button, I want a text box (called txtAction) to update with some writting so the user know the database is doing soemthing!
This is the coding
Me.txtAction = "Now running report..."
Why does the VBA ignore this as it does not update the text box!
I have a very basic bit of coding that wont do what its meant to do!
When the user clicks on the 'Run' button, I want a text box (called txtAction) to update with some writting so the user know the database is doing soemthing!
This is the coding
Me.txtAction = "Now running report..."
Why does the VBA ignore this as it does not update the text box!