Dick Vernon
New member
- Local time
- Tomorrow, 09:05
- Joined
- May 12, 2004
- Messages
- 6
In a table of agriultural pests I have fields for Genus and Species. I have removed Common Name (e.g. yellow stinkbug) to another table because many pests have > one common name. In a query with both tables I have a concatenated field of [Genus]&" "&[Species] and another of common name, but I do not want five records for a pest with five common names - just the first will do. So I set the query to include the Totals (Group by) row, and set the [Genus]&" "&[Species] field to 'First'. But I still get all records, one for each common name.
1. How do I get it give me just the first?
2. Separately, is there a way I could get the several common names of one pest to appear on one row? (I still need a fix for Question 1)
Guidance will be much appreciated.
Dick Vernon
1. How do I get it give me just the first?
2. Separately, is there a way I could get the several common names of one pest to appear on one row? (I still need a fix for Question 1)
Guidance will be much appreciated.
Dick Vernon