I have some VBA code that takes a while to run and want to display some sort of message giving an indication of progress.
In Excel VBA I would use simply do something like
However Access 2002 doesn't appear to support this. Is there anything simple I can use to display a message that while the program continues running?
Regards
HedgePig
In Excel VBA I would use simply do something like
Code:
Application.StatusBar = "Processing File " & filenamestr
However Access 2002 doesn't appear to support this. Is there anything simple I can use to display a message that while the program continues running?
Regards
HedgePig