M
Malcolm
Hi,
I have a sales entry form with salesman codes, sales
amounts and first name (Amongst other fields), all hooked
to a single transaction table.
In the form footer I want to show a summary listbox (I
assume this is the best control) of 3 columns for each
salesman of:
salesman code | Salesman name | sum of sales
But I want this to track the form displayed recordset. I
could do a group by query to group salesman + name + sum
of sales, but I'm not sure how to set up a listbox for
this so everything tracks together. Or should it be a
subform?
Any help greatly appreciated.
Regards
Malcolm
I have a sales entry form with salesman codes, sales
amounts and first name (Amongst other fields), all hooked
to a single transaction table.
In the form footer I want to show a summary listbox (I
assume this is the best control) of 3 columns for each
salesman of:
salesman code | Salesman name | sum of sales
But I want this to track the form displayed recordset. I
could do a group by query to group salesman + name + sum
of sales, but I'm not sure how to set up a listbox for
this so everything tracks together. Or should it be a
subform?
Any help greatly appreciated.
Regards
Malcolm