C
cbhamlyn
Good afternoon,
I have an Access database used for reporting monthly data. I
basically import data from a third-party software, run reports to find
errors, my users update the data in the third-party software, then I
re-improt, rinse, repeat. When no more errors remain, I need to run a
different set of reports of the "Clean" data.
There are now some fields in the data that are not updateable in the
third-party software. For these cases I need to manually adjust the
data on my end. However, everytime I re-import I have to remember to
re-adjust the data again.
What I'm looking to do is have a table of the manual changes that I
fill out as the changes come in. Then, whenever I need to re-import,
an update query is run to replace the imported data with any manual
changes in this new table.
Ideally, I see it working like this:
I open a Form/Query in datasheet view, showing the entire imported
data (after the update query is run). I make manual edits and when I
close out, any record that was modified is copied into this new
table. If there is already a record in the new table (for example, if
I've already made one correction to that record), it will be
overwritten by the changes I've made this time.
Anyone have any hints on where to start? For example, Is there away
to identify that certain records have been updated on a form?
Thanks for any advise you can give
Charles Hamlyn
I have an Access database used for reporting monthly data. I
basically import data from a third-party software, run reports to find
errors, my users update the data in the third-party software, then I
re-improt, rinse, repeat. When no more errors remain, I need to run a
different set of reports of the "Clean" data.
There are now some fields in the data that are not updateable in the
third-party software. For these cases I need to manually adjust the
data on my end. However, everytime I re-import I have to remember to
re-adjust the data again.
What I'm looking to do is have a table of the manual changes that I
fill out as the changes come in. Then, whenever I need to re-import,
an update query is run to replace the imported data with any manual
changes in this new table.
Ideally, I see it working like this:
I open a Form/Query in datasheet view, showing the entire imported
data (after the update query is run). I make manual edits and when I
close out, any record that was modified is copied into this new
table. If there is already a record in the new table (for example, if
I've already made one correction to that record), it will be
overwritten by the changes I've made this time.
Anyone have any hints on where to start? For example, Is there away
to identify that certain records have been updated on a form?
Thanks for any advise you can give
Charles Hamlyn