I have a dozen Auditors who will be completing and submitting audits on a weekly basis to an admin who will import the data to a master database to generate reports and work orders.
I can't get a slot on the company server to store the DB so I have to depend on email.
I had used the SendObject method but found that even on my own laptop, I was unable to import the excel file because of a version discrepancy between my Access 97 and Excel. It's necessary to open the file in excel, wait for the prompt to upgrade to the newer version, upgrade , close, save and then import the file.
After way too many hours of searching the FAQs, threads, and MS Knowledge base, I ended up using the TransferSpreadsheet to create a file in Excel (to avoid the upgrade requirement) in the auditors' interface, following a hyperlink to that file, and using sendkeys to to open an e-mail message window with the file as an attachment.
The user will then have to insert the admin's email address from the address book, but the admin will be able to import the 12 files without having to open, update, etc... each one.
It works, but it's ugly, and it doesn't actually do what I believe it should be able to do.
There's a possibility that this could be rolled out to 1000+ auditors nationwide and since all of our laptops are mirrored from the corporate-approved disc, I can't see updating the Excel versions in Access.
Any solution has to come from within the database.
How can I get the data to the admin with a click of a button?
P.S. I tried sendObject as HTML, RichText and Text but wasn't able to import any of them.
Any guidance would be greatly appreciated.
TIA
John
I can't get a slot on the company server to store the DB so I have to depend on email.
I had used the SendObject method but found that even on my own laptop, I was unable to import the excel file because of a version discrepancy between my Access 97 and Excel. It's necessary to open the file in excel, wait for the prompt to upgrade to the newer version, upgrade , close, save and then import the file.
After way too many hours of searching the FAQs, threads, and MS Knowledge base, I ended up using the TransferSpreadsheet to create a file in Excel (to avoid the upgrade requirement) in the auditors' interface, following a hyperlink to that file, and using sendkeys to to open an e-mail message window with the file as an attachment.
The user will then have to insert the admin's email address from the address book, but the admin will be able to import the 12 files without having to open, update, etc... each one.
It works, but it's ugly, and it doesn't actually do what I believe it should be able to do.
There's a possibility that this could be rolled out to 1000+ auditors nationwide and since all of our laptops are mirrored from the corporate-approved disc, I can't see updating the Excel versions in Access.
Any solution has to come from within the database.
How can I get the data to the admin with a click of a button?
P.S. I tried sendObject as HTML, RichText and Text but wasn't able to import any of them.
Any guidance would be greatly appreciated.
TIA
John