A
AnimalMagic
Hey Guys,
I am pretty good with Excel, and I used to develop databases in Paradox
back in the 286 days, but I am not taking to the development paradigm for
access all that well so far.
I have a table with two fields... a unique key field and a data field.
I download updated versions of a larger table that carries additional
information occasionally and I want to write an update query that changes
and adds records to my table using the "new" table data.
A couple speed enhancers come to mind...
A query that adds all records with a unique key field number higher
than the highest value in my current table. Followed by a query that
replaces any changed data in the existing records.
As far as I know, there are never any records that get deleted so all
the original table data will remain, but the data itself may change at
some positions.
I am pretty good with Excel, and I used to develop databases in Paradox
back in the 286 days, but I am not taking to the development paradigm for
access all that well so far.
I have a table with two fields... a unique key field and a data field.
I download updated versions of a larger table that carries additional
information occasionally and I want to write an update query that changes
and adds records to my table using the "new" table data.
A couple speed enhancers come to mind...
A query that adds all records with a unique key field number higher
than the highest value in my current table. Followed by a query that
replaces any changed data in the existing records.
As far as I know, there are never any records that get deleted so all
the original table data will remain, but the data itself may change at
some positions.