E
Enio
I have a process whereby data is downloaded from the Web
and stored into a csv files.
The data transfer is done via VBA statement:
DoCmd.TransferText acLinkDelim, , sImportTable, sPath,
True
The issue is that there is status text that is
automatically displayed in the status bar by MS Access
2003 each time it executes the statement. The status
text is: "Saving table properties". (This was not
experienced on Access 2000.)
I'm using the status bar to display a progress meter
during the download and so the unexpected status text is
a visual distraction.
Is there a way of preventing MS Access from generating
the unwelcome status text?
and stored into a csv files.
The data transfer is done via VBA statement:
DoCmd.TransferText acLinkDelim, , sImportTable, sPath,
True
The issue is that there is status text that is
automatically displayed in the status bar by MS Access
2003 each time it executes the statement. The status
text is: "Saving table properties". (This was not
experienced on Access 2000.)
I'm using the status bar to display a progress meter
during the download and so the unexpected status text is
a visual distraction.
Is there a way of preventing MS Access from generating
the unwelcome status text?