I am trying to document database data changes from one week to the next. My qbe question is what records from last week don't exist this week (making sure nothing erroneous is happening). The problem starts because I need ALL the fields involved. This takes forever and/or fails. Is there a neater way?
ANSWER: RIV:ANSWER.DB
N:\dbonlyverify\Title\recorded.DB
| Instrument | Geo5 |
| Check _join1! | Check _join2! |
N:\dbonlyverify\Title\recorded.DB
| PlatCODE | Division |
| Check _join3! | Check _join4! |
N:\dbonlyverify\Title\recorded.DB
| Block | Lot/Tract |
| Check _join5! | Check _join6! |
:tpost:RECORDED.DB
| Instrument | Geo5 | PlatCODE |
| _join1, count=0 | _join2, count=0 | _join3, count=0 |
:tpost:RECORDED.DB
| Division | Block | Lot/Tract |
| _join4, count=0 | _join5, count=0 | _join6, count=0 |
EndQuery
ANSWER: RIV:ANSWER.DB
N:\dbonlyverify\Title\recorded.DB
| Instrument | Geo5 |
| Check _join1! | Check _join2! |
N:\dbonlyverify\Title\recorded.DB
| PlatCODE | Division |
| Check _join3! | Check _join4! |
N:\dbonlyverify\Title\recorded.DB
| Block | Lot/Tract |
| Check _join5! | Check _join6! |
:tpost:RECORDED.DB
| Instrument | Geo5 | PlatCODE |
| _join1, count=0 | _join2, count=0 | _join3, count=0 |
:tpost:RECORDED.DB
| Division | Block | Lot/Tract |
| _join4, count=0 | _join5, count=0 | _join6, count=0 |
EndQuery