JulieAsking
Registered User.
- Local time
- Today, 04:43
- Joined
- Jan 5, 2002
- Messages
- 34
I have a query showing 3 tables. The first table has an autonumber primary key and the other two tables are separately but both related to the first table on this key.
I have the same field in the 2nd and 3rd tables and when I query this field from both these tables I get no results but if I query the field in only the 2nd or only the 3rd table I get correct results.
The 2nd and 3rd tables exist for different hospitals. The main table exists for PatientID and information. In the query I'm pulling down the patient name from the main table and the BodyArea field from the 2nd and 3rd tables.
Can someone suggest why the query will not incorporate the 2nd and 3rd tables at the same time.
Thank you - Jule
I have the same field in the 2nd and 3rd tables and when I query this field from both these tables I get no results but if I query the field in only the 2nd or only the 3rd table I get correct results.
The 2nd and 3rd tables exist for different hospitals. The main table exists for PatientID and information. In the query I'm pulling down the patient name from the main table and the BodyArea field from the 2nd and 3rd tables.
Can someone suggest why the query will not incorporate the 2nd and 3rd tables at the same time.
Thank you - Jule