Z
ZBC
I have two tables that have a one (detail.db) to many (reserve.db)
relationship.
The field that relates the two tables unique and not one of the fields
to be updated.
I want to use records in the reserve.db to update the detail.db on a
periodic basis.
There are 5 fields in the detail.db that need to be updated based on
data contained in the reserve.db.
During the update process, there will be some math and logical decisions
that need to be made ... Is some cases, it will be merely a replacement
of data.
I would appreciate some suggestions as how to approach this.
Examples would be appreciated.
Bob
relationship.
The field that relates the two tables unique and not one of the fields
to be updated.
I want to use records in the reserve.db to update the detail.db on a
periodic basis.
There are 5 fields in the detail.db that need to be updated based on
data contained in the reserve.db.
During the update process, there will be some math and logical decisions
that need to be made ... Is some cases, it will be merely a replacement
of data.
I would appreciate some suggestions as how to approach this.
Examples would be appreciated.
Bob