D
dyfrig
Guest
I have a database that exports data in CSV format from our management system as that system cannot do what we want
A CSV File is created every time the process is run on the system therefore the filename for the imported data changes from week to week
so I have designed a database but now have found out that the TransferText function that I have used will not work as it needs a static location to reference too
I have seen some examples of using the Common Dialog Box to select the file and output the full path of the file to a textbox
But im not sure as to how to call that textbox as part of the DoCmd.TransferText Command
Can anyone help
A CSV File is created every time the process is run on the system therefore the filename for the imported data changes from week to week
so I have designed a database but now have found out that the TransferText function that I have used will not work as it needs a static location to reference too
I have seen some examples of using the Common Dialog Box to select the file and output the full path of the file to a textbox
But im not sure as to how to call that textbox as part of the DoCmd.TransferText Command
Can anyone help