Passing parameter to Access macro

S

Steve Schapel

Ivan,

I think you will need to give some more specific details of what you
mean and what you are trying to do, before anyone could give a good answer.
 
I

Ivan Mak

Hi Steve,

I'm new to MS Access, and right now, I try to import a
file into MDB using the macro TransferText. I will call
the macro through vbscript with the msaccess command line
option -x. However, I just wonder if I can pass any
parameter from vbscript into the macro, say the file name
or specification name parameter of TransferText.

Ivan
 
Top