You don't mention where you are trying to add these fields/values.
You don't mention what the underlying data structure looks like ("how"
depends on "what").
If you are trying to combine data from several tables (e.g., customer info,
order info, order item info), use a query.
Regards
Jeff Boyce
Microsoft Office/Access MVP
>I am trying to add several different values in a field and display them on
>a
[quoted text clipped - 13 lines]
>
> Thanks in advance
Srowe - 15 May 2008 02:41 GMT
The product field is a combbox which values come from a table. The product id
comes from the same table and is automatically filled in once you chose what
product you want.
These are used in a form with the other fields that I mentioned below. I am
trying to add and display the totals of each field value in a report.
All the fields come from one table and the values that are put in by the
user ie. male/female etc.
I hope this answers your questions.
> You don't mention where you are trying to add these fields/values.
>
[quoted text clipped - 26 lines]
> >
> > Thanks in advance
Jeff Boyce - 16 May 2008 16:03 GMT
I guess I'm still not following how you intend to "add up" gender, age, #
bought, etc. I may be interpreting this too literally, but it doesn't make
"mathematical" sense to me to add age and gender...
Regards
Jeff Boyce
Microsoft Office/Access MVP
> The product field is a combbox which values come from a table. The product
> id
[quoted text clipped - 45 lines]
>> >
>> > Thanks in advance