T
ThriftyFinanceGirl
I may not have explained this right the first time, but I need to import
several txt files each month and allow the user to pick the file.
So what I need to do is have a way to grab the path and filename from the
common dialog (I think this would be the best way). My current transfertxt
file code works, but the path is hardcoded. Current code below:
DoCmd.TransferText acImportDelim, "R5561115ImportSpecs",
"R5561115Import", strInputFileName, False, ""
SECOND question: I used the wizard to help me SAVE the file importspecs.
When I move this app live, where are those specs saved so that I can continue
to use that reference? I can't seem to find that information anywhere on the
MS site. They say to use the wizard to save the import specifications (which
I did) however, I don't know where in the heck it is saved!
several txt files each month and allow the user to pick the file.
So what I need to do is have a way to grab the path and filename from the
common dialog (I think this would be the best way). My current transfertxt
file code works, but the path is hardcoded. Current code below:
DoCmd.TransferText acImportDelim, "R5561115ImportSpecs",
"R5561115Import", strInputFileName, False, ""
SECOND question: I used the wizard to help me SAVE the file importspecs.
When I move this app live, where are those specs saved so that I can continue
to use that reference? I can't seem to find that information anywhere on the
MS site. They say to use the wizard to save the import specifications (which
I did) however, I don't know where in the heck it is saved!