D
David W
1st part;
id fields of both tables are the same [unit]
I am wanting to take the [tbl].[mileage] that was imported 1 week ago from
[tbl].
id fields of both tables are the same [unit]
I am wanting to take the [tbl].[mileage] that was imported 1 week ago from
[tbl].
- and compare [tbl]![mileage].[reading1](which is mileage) that
was dated 3/30/2005, to this weeks[tbl]!- .[reading1] to see if any
changes were made in [tbl]!- .[reading1], then if there was a change,
take the data in [tbl]![mileage].[reading2] and put it in
[tbl]![mileage].[reading1], then replace the data in
[tbl].[mileage].[reading2] with the data from 3/30/2005 [reading1]. Leaving
records that hadnt changed.
2nd part; same id number
if the id field changed in [tbl].- .[unit] and it does not exist in
[tbl].[mileage], add it to the list of records
3rd part; same id number
if [vin] of [tbl].- equals that of [tbl].[mileage], but the id number
changed, update only [unit] and [reading2] in [tbl].[mileage], then update
[tbl].[auction].[unit]
Kinda complex, I am still working on this one.
Any help provide would be appreciated deeply!
- equals that of [tbl].[mileage], but the id number
- .[unit] and it does not exist in
- .[reading1], then if there was a change,
- .[reading1] to see if any