thevillageinn
Technical User
I am having a really hard time wrapping my head around how to update my status bar while I am running the transfertext command.
Can any one help?
I have a status bar and a pop-up form and it works when I have an incremental value to pass it, but I don't know how to get Access to either pass it's own status bar value, or how I could get an incremental variable from one transfer text command?
The piece of code I'm running is this...
The other problem is that the file I import varies in size from 1mb up to somewhere near 100mb. So I can't just assign a timer and a value with that either.
I'm confused.
Thanks for any assistance.
-Dan
Can any one help?
I have a status bar and a pop-up form and it works when I have an incremental value to pass it, but I don't know how to get Access to either pass it's own status bar value, or how I could get an incremental variable from one transfer text command?
The piece of code I'm running is this...
Code:
DoCmd.TransferText acImportFixed, "File Import Specification", "Table", FileName1, False, ""
The other problem is that the file I import varies in size from 1mb up to somewhere near 100mb. So I can't just assign a timer and a value with that either.
I'm confused.
Thanks for any assistance.
-Dan