I would like to create an ini file to store file location and destination... I would like to be able to pull these paths into the code in order to run the procedure (could it appear in a text box or label on the form from the ini?)...
I then need to use the location in the ini file to copy two known files (xtrain.mdb and user.mdb) and then send these copies to the destination... so...
FileCopy "txtlocation.text", "txtdestination.text"
Would this work... sound possible?
Thanks
I then need to use the location in the ini file to copy two known files (xtrain.mdb and user.mdb) and then send these copies to the destination... so...
FileCopy "txtlocation.text", "txtdestination.text"
Would this work... sound possible?
Thanks