B
Boon
Hello,
I am confused with the use of ChDir...
What does it do?
I have a vba code that imports the data from a text file. The database
resides on the server computer (e.g. \\wudj3k2993034\database\test.accdb)
I have the following codes
------
ChDir Application.CurrentProject.Path
DoCmd.TransferText acImportDelim, , "FSC", "FSC.txt", True
--------
What I hope to do is that I can use the test.accdb from my laptop. and be
able to import the text file that resides in the same folder as the
database.
thanks,
BOon
I am confused with the use of ChDir...
What does it do?
I have a vba code that imports the data from a text file. The database
resides on the server computer (e.g. \\wudj3k2993034\database\test.accdb)
I have the following codes
------
ChDir Application.CurrentProject.Path
DoCmd.TransferText acImportDelim, , "FSC", "FSC.txt", True
--------
What I hope to do is that I can use the test.accdb from my laptop. and be
able to import the text file that resides in the same folder as the
database.
thanks,
BOon