Issue with text in Status Bar

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top