Ok I been at this most of the day and I have got no where fast.
I have a table with two fields [type] and [amount]
when populated I have something like this
hats 23
coats 33
shoes10
hats 18
coats 19
shoes 5
I need the individual sums of each of these records. for example shoes 15
I have created a query that does this for me. and I have put this information into a form. How do I get to the values to use else where. The form I created was a single form which shows coats 54 then by using the record navigation I get shoes 15. I think I need to pass these values into VBA but have not go a clue where to start.
Please help.
I have a table with two fields [type] and [amount]
when populated I have something like this
hats 23
coats 33
shoes10
hats 18
coats 19
shoes 5
I need the individual sums of each of these records. for example shoes 15
I have created a query that does this for me. and I have put this information into a form. How do I get to the values to use else where. The form I created was a single form which shows coats 54 then by using the record navigation I get shoes 15. I think I need to pass these values into VBA but have not go a clue where to start.
Please help.