evanhughes
Registered User.
- Local time
- Today, 06:04
- Joined
- Nov 26, 2009
- Messages
- 46
Hi All
I have a query which I need to concactenate three fields with a following text string.
The expression I use is as follows:
Guests: [Adults in Party] & " Adult + " & [Child in Party] & " Children +" & [Infants in Party] & " Infant"
How do I get this to show only fields that have data in.
When I run the query I get this result when there are no children or infants.
6 Adult + Child + Infants
What I need is for it to show is
6 Adults or
2 Adult + 2 Child or
2 Adult + 1 Child + 1 Infant or
2 Adult + 1 Infant
Regards
Evan
I have a query which I need to concactenate three fields with a following text string.
The expression I use is as follows:
Guests: [Adults in Party] & " Adult + " & [Child in Party] & " Children +" & [Infants in Party] & " Infant"
How do I get this to show only fields that have data in.
When I run the query I get this result when there are no children or infants.
6 Adult + Child + Infants
What I need is for it to show is
6 Adults or
2 Adult + 2 Child or
2 Adult + 1 Child + 1 Infant or
2 Adult + 1 Infant
Regards
Evan