M
Malcolm
Hi,
Second try here - I just can't get this to play the game
with me.
I have a single form sales table. In the form footer I
want to show a summary for the displayed, possibly
filtered, records for each salesman, for example:
salesman | sum of sales
I just can't make something that seems simple to happen. I
have tried subforms (Which I use many in different
situations) with groupby queries. I can achieve the
GroupBy subform, but just can't link it to the displayed
main form records. Because it is a groupby query I cant
link master / child fields.
I've tried using a listbox, and anything else my little
brain can come up with.
A simple textbox allows me to display sum(record), but not
as a grouped listing.
Can someone shine some light? I am sure the answer is
staring me in the face.
Thanks in advance.
Malcolm
Second try here - I just can't get this to play the game
with me.
I have a single form sales table. In the form footer I
want to show a summary for the displayed, possibly
filtered, records for each salesman, for example:
salesman | sum of sales
I just can't make something that seems simple to happen. I
have tried subforms (Which I use many in different
situations) with groupby queries. I can achieve the
GroupBy subform, but just can't link it to the displayed
main form records. Because it is a groupby query I cant
link master / child fields.
I've tried using a listbox, and anything else my little
brain can come up with.
A simple textbox allows me to display sum(record), but not
as a grouped listing.
Can someone shine some light? I am sure the answer is
staring me in the face.
Thanks in advance.
Malcolm