I am having some trouble deciding the best way to update a back end table. The table will need to be updated at least once a day, but there will always be users looking at the info in the table. The problem is that, when we get the new data to update, we must download the whole table as a .txt report, then I use a program to export it to a .mdb table. I can update data in a table no problem, but to do this update I have to overwrite the table, which will cause errors.
I am just a temp, so I would like to make updating the table as easy and automatic as possible. Any ideas?
Thanks!
-Brad
I am just a temp, so I would like to make updating the table as easy and automatic as possible. Any ideas?
Thanks!
-Brad