could someone tell me how to create a new field that
1.) combines several fields concatnated together within the same record
and then
2.) combines several of the new fields from records where other related fields are the same, until yet another field is different. (Each ingredient is a record) I want a new record for meals differentiated by days.
...sorry, its hard for me to explain...
heres my example since my description leaves something to be desired.
In a query, I have the fields:
MealDate | Start Time | MealID | FoodName | Amount | Measure | Calories | Protein | Fat | Carbs |
Each meal is indicated by a similar number in the MealID field. However Each Ingredient is a seperate record. I want to put all of the Ingredient information (FoodName&Amount&Measure&Calories..etc)for the same meal, In one field. (So that outlook VBA code can pull it into the body of an appointment)So I ultimately have a new record with all the ingredients for the meal (and related info)combined into one field.
In addition to what expresion(s) I would use, I could use some help into where to put this. In another query?
Thanks in advance.
1.) combines several fields concatnated together within the same record
and then
2.) combines several of the new fields from records where other related fields are the same, until yet another field is different. (Each ingredient is a record) I want a new record for meals differentiated by days.
...sorry, its hard for me to explain...
heres my example since my description leaves something to be desired.
In a query, I have the fields:
MealDate | Start Time | MealID | FoodName | Amount | Measure | Calories | Protein | Fat | Carbs |
Each meal is indicated by a similar number in the MealID field. However Each Ingredient is a seperate record. I want to put all of the Ingredient information (FoodName&Amount&Measure&Calories..etc)for the same meal, In one field. (So that outlook VBA code can pull it into the body of an appointment)So I ultimately have a new record with all the ingredients for the meal (and related info)combined into one field.
In addition to what expresion(s) I would use, I could use some help into where to put this. In another query?
Thanks in advance.