L
Lewis Paskin
Hi,
I am running Access 2002. I have the following in a file
named Module1.bas:
Attribute VB_Name = "Module1"
Sub patimport()
DoCmd.TransferText
acImportDelim, "rarspec", "patient", "c:\raritan\a333.txt"
End Sub
When I execute this from inside Access, it works great. I
would like to use this same functionality from a DOS
prompt or a script (ie. outside of Access). How can I do
this?
Thanks for any help you can provide.
Lewis.
I am running Access 2002. I have the following in a file
named Module1.bas:
Attribute VB_Name = "Module1"
Sub patimport()
DoCmd.TransferText
acImportDelim, "rarspec", "patient", "c:\raritan\a333.txt"
End Sub
When I execute this from inside Access, it works great. I
would like to use this same functionality from a DOS
prompt or a script (ie. outside of Access). How can I do
this?
Thanks for any help you can provide.
Lewis.