B
Bonnie A
Hi everyone! Happy holidays to you and yours! Thank you very much for being
such wonderful elfs all year long helping those of us who are nice to get our
toys to work right.
I have 2 macros, one that imports a .txt file and one that imports a .csv
file. The file name in the .csv TransferText Action is this:
="S:\RPS\PTS\CensusConversion\" & [Forms]![fCensus1Conversion]![PolNum] &
".csv"
and the .txt TransferText Action is this:
="S:\RPS\PTS\CensusConversion\" & [Forms]![fCensus1Conversion]![PolNum] &
".txt"
Right now, a system download creates a file that is named the policy number
([PolNum]) in either text or comma delimited format. For example 4432.txt or
4432.csv.
The new system download is going to tag on the date and time of creation so
the new file example is: 2571_120081217_152746.csv or
2571_120081217_152746.txt.
I tried to insert an asterisk for 'like' but I'm missing something. How can
I set the language to find the file that 'starts' with the policy number?
Thank you in advance for your time and assistance!
such wonderful elfs all year long helping those of us who are nice to get our
toys to work right.
I have 2 macros, one that imports a .txt file and one that imports a .csv
file. The file name in the .csv TransferText Action is this:
="S:\RPS\PTS\CensusConversion\" & [Forms]![fCensus1Conversion]![PolNum] &
".csv"
and the .txt TransferText Action is this:
="S:\RPS\PTS\CensusConversion\" & [Forms]![fCensus1Conversion]![PolNum] &
".txt"
Right now, a system download creates a file that is named the policy number
([PolNum]) in either text or comma delimited format. For example 4432.txt or
4432.csv.
The new system download is going to tag on the date and time of creation so
the new file example is: 2571_120081217_152746.csv or
2571_120081217_152746.txt.
I tried to insert an asterisk for 'like' but I'm missing something. How can
I set the language to find the file that 'starts' with the policy number?
Thank you in advance for your time and assistance!