B Basketball27 New member Local time Today, 13:33 Joined Jul 27, 2013 Messages 1 Nov 27, 2013 #1 I want to make Total person night Tried to do (Total adults + kids) * no of nights but that isn't right I have to count every line and then SUM up to get correct results but do not know how to do it. Any ideas Attachments untitled2.jpg 33 KB · Views: 82 Last edited: Nov 27, 2013
I want to make Total person night Tried to do (Total adults + kids) * no of nights but that isn't right I have to count every line and then SUM up to get correct results but do not know how to do it. Any ideas
Alansidman AWF VIP Local time Today, 15:33 Joined Jul 31, 2008 Messages 1,493 Nov 27, 2013 #2 In a query in a new field type Total: ([Adults]+[Under15s])*[Nights] Use this query as the record source for a new query. In the new query create an aggregate query to sum the total Field
In a query in a new field type Total: ([Adults]+[Under15s])*[Nights] Use this query as the record source for a new query. In the new query create an aggregate query to sum the total Field