Hello!
Create a control on your form. In the Data source of the control, type the following:
=[Adults]+[Children]
(assuming that "Adults" and "Children" are the names of the other fields.)
You could also put that same expression in a query. In the top row of the query, type:
Total:=[Adults]+[Children]
Then you'll have this value to use in any form or report without retyping.
Hope this helps,
Dan