C
C Tate
Our database keeps records on homeless people. If they loose
contact with a service they are 'closed'. If they come back they are
're-opened'. This re-opening process basically seems to involve an append
query to create a duplicate record in the 'bio' table. In addition to this
table is another called 'outcomes'.
When these two tables are used together in a query, the re-opening process
seems to cause duplicate entries to appear in the query results - making it
appear that there are two outcomes for a client instead of one, or eight
instead of four. However, no duplicate outcomes appear in the 'outcomes'
table.
I am totally mystified as to why this should happen but it evidently has
something to do with the 're-opening' process and the append query.
[I posted part of this on an earlier thread which seemed to disappear so
apologies if you have read this before]
contact with a service they are 'closed'. If they come back they are
're-opened'. This re-opening process basically seems to involve an append
query to create a duplicate record in the 'bio' table. In addition to this
table is another called 'outcomes'.
When these two tables are used together in a query, the re-opening process
seems to cause duplicate entries to appear in the query results - making it
appear that there are two outcomes for a client instead of one, or eight
instead of four. However, no duplicate outcomes appear in the 'outcomes'
table.
I am totally mystified as to why this should happen but it evidently has
something to do with the 're-opening' process and the append query.
[I posted part of this on an earlier thread which seemed to disappear so
apologies if you have read this before]