Hello All - I currently have a database with a module that manipulates some data from Oracle and then writes the data into a table. I want to export the table to a web server, but when I use the Transfer Spreadsheet method I keep receiving a message stating, “Run-Time 3651 error Invalid Internet address” However, I know that the address is correct, any suggestions?
DoCmd.TransferS preadsheet acExport, 8, "FINAL_DAIL Y", "http://webnet/bcnet/Documents/StrategicOps/Analysis/AutomatedAdjust ment/TEST", True, "SURVEY_RECORDS "
thank you,
Helen
DoCmd.TransferS preadsheet acExport, 8, "FINAL_DAIL Y", "http://webnet/bcnet/Documents/StrategicOps/Analysis/AutomatedAdjust ment/TEST", True, "SURVEY_RECORDS "
thank you,
Helen
Comment