T
Thorson
I am pretty new at building databases and I am having the following problem:
I currently have a query set up to pull records from a Union query, a select
query (qryWithdrawalDateOFFLabel) and a regular table. For some reason the
query will repeat the records when run. I checked the record sources (union
query (qryWithdrawalDateOFFLabel), select query and table) that the query
depends on and there are no duplicate records. The joint relationship
properties between the three sources is set up so that all the records in the
Union query appear and only those in the select query and table that match
appear.
When I delete the select query source (qryWithdrawalDateOFFLabel) the query
doesn't repeat the records so I'm assuming it has something to do with this
relationship.
I don't know exactly what is causing this or how to fix it. If any one has
any ideas I'd appreciate it.
I currently have a query set up to pull records from a Union query, a select
query (qryWithdrawalDateOFFLabel) and a regular table. For some reason the
query will repeat the records when run. I checked the record sources (union
query (qryWithdrawalDateOFFLabel), select query and table) that the query
depends on and there are no duplicate records. The joint relationship
properties between the three sources is set up so that all the records in the
Union query appear and only those in the select query and table that match
appear.
When I delete the select query source (qryWithdrawalDateOFFLabel) the query
doesn't repeat the records so I'm assuming it has something to do with this
relationship.
I don't know exactly what is causing this or how to fix it. If any one has
any ideas I'd appreciate it.