H
HX
Hello,
Currently I have some forms & macros in place that allow a user to import a
text file to the database. The problem, however, is that the user is forced
to put the file in a particular directory, and rename it to a specific name
so that the transfertext function used in the macro will be able to find and
import the text file (using a spec, also).
How can I change this so that the user can just FIND and SELECT the file
they want to import using a window similar to the File/Open window? Of
course, I still need to specify the rest of the import details, like the
spec to use and the name of the file to import to ... I just want the user
to be able to point to the file instead of having to verify the location and
name of the file so that it matches what transfertext is looking for.
I'm a novice with modules and vb, which I'm sure isn't going to be very
helpful in this case. : (
Thanks for any pointers.
Currently I have some forms & macros in place that allow a user to import a
text file to the database. The problem, however, is that the user is forced
to put the file in a particular directory, and rename it to a specific name
so that the transfertext function used in the macro will be able to find and
import the text file (using a spec, also).
How can I change this so that the user can just FIND and SELECT the file
they want to import using a window similar to the File/Open window? Of
course, I still need to specify the rest of the import details, like the
spec to use and the name of the file to import to ... I just want the user
to be able to point to the file instead of having to verify the location and
name of the file so that it matches what transfertext is looking for.
I'm a novice with modules and vb, which I'm sure isn't going to be very
helpful in this case. : (
Thanks for any pointers.