leenabhanot
Programmer
Hi, I am building a web page which asks the user for a filename. I capture the filename but would like to feed it into the following VB command which imports the excel data into an access(2000) table.
DoCmd.TransferSpreadsheet acImport, 8, "UserIDTable", InputFileName, True
The problem I am having is in using either jsp or vbscript from within the web page to execute the above command. If I use the command in VB script I get an error message saying
"DoCmd" not valid.
I would really appreciat eany help possible.
Thanks
DoCmd.TransferSpreadsheet acImport, 8, "UserIDTable", InputFileName, True
The problem I am having is in using either jsp or vbscript from within the web page to execute the above command. If I use the command in VB script I get an error message saying
"DoCmd" not valid.
I would really appreciat eany help possible.
Thanks