G
Guest
I have a table in Access 2003 that needs to be updated periodically from a
report that runs on a web site. The report (designed by someone else)
displays the information in my web browser in comma-delimited format.
Currently to get it into Access I use the following process:
1. Run the report
2. Use Select All and Copy
3. Paste it into an Excel Spreadsheet
4. Use Text to Columns to convert it to Excel
5. Save it as an Excel File
6. Open my table in Access
7. Select All Records
8. Delete All Records
9. Close the table
10. Use the Import Wizard to import the data back into the table.
Since the data file includes a unique Master ID # for each record, I was
wondering if there was any sort of macro or code function I could set up to
compare master IDs, update existing records, and add any that didn't match,
rather than deleting all the records and importing them back into the table.
Has anybody out there set up something like this? I have several instances
where this sort of thing would be very helpful. TNX
report that runs on a web site. The report (designed by someone else)
displays the information in my web browser in comma-delimited format.
Currently to get it into Access I use the following process:
1. Run the report
2. Use Select All and Copy
3. Paste it into an Excel Spreadsheet
4. Use Text to Columns to convert it to Excel
5. Save it as an Excel File
6. Open my table in Access
7. Select All Records
8. Delete All Records
9. Close the table
10. Use the Import Wizard to import the data back into the table.
Since the data file includes a unique Master ID # for each record, I was
wondering if there was any sort of macro or code function I could set up to
compare master IDs, update existing records, and add any that didn't match,
rather than deleting all the records and importing them back into the table.
Has anybody out there set up something like this? I have several instances
where this sort of thing would be very helpful. TNX