overworked
New member
- Local time
- Today, 07:00
- Joined
- Nov 20, 2012
- Messages
- 7
I am trying to combined the data from multiple tables into one list in a query and everything that I have tried isn't giving me the result that I am looking for. I keep getting Err#, -1 or it merges all of data together.
I've tried Nz statements with an &...I get the data merged together
Tried Nz statements with +....I get Err#
IIf statements have gotten me a syntax error
The closest result to what I am looking for is "NapkinPlateForkSalad" in one line of the query. When I am really looking for is each item listed in it's own line, like:
Napkin
Plate
Fork
Salad
The data comes from different tables. Napkin comes from the disposable table, Plate and Fork come from the rental table, Salad comes from the meal table. I am trying to create a one list query for the report that will show everything for the one job.
I am trying to do this with a query, so I think it would be done in the espression builder.
Thank you for your help.
I've tried Nz statements with an &...I get the data merged together
Tried Nz statements with +....I get Err#
IIf statements have gotten me a syntax error
The closest result to what I am looking for is "NapkinPlateForkSalad" in one line of the query. When I am really looking for is each item listed in it's own line, like:
Napkin
Plate
Fork
Salad
The data comes from different tables. Napkin comes from the disposable table, Plate and Fork come from the rental table, Salad comes from the meal table. I am trying to create a one list query for the report that will show everything for the one job.
I am trying to do this with a query, so I think it would be done in the espression builder.
Thank you for your help.