J
Jeff C
I use the transfertext import action alot. I am trying to apply the:
API: Call the standard Windows File Open/Save dialog box
from the Access web to my transfer text argument so that I have the option
of choosing the file to import.
I saved the module and the following brings up the File Open dialog.
DoCmd.TransferText acImportFixed, "ImportSpec", "DestinationTable", TestIt
I have been modifying things now since yesterday but I cannot figure out the
correct syntax to get my file choice to passthrough as the string so the file
gets imported.
Could someone please offer more guidence? Thank you
API: Call the standard Windows File Open/Save dialog box
from the Access web to my transfer text argument so that I have the option
of choosing the file to import.
I saved the module and the following brings up the File Open dialog.
DoCmd.TransferText acImportFixed, "ImportSpec", "DestinationTable", TestIt
I have been modifying things now since yesterday but I cannot figure out the
correct syntax to get my file choice to passthrough as the string so the file
gets imported.
Could someone please offer more guidence? Thank you