N
Nick T
Hi,
I have data from a query which is displayed on a 'continous form'. I need
it like this as it is most user friendly for the intended use.
In the forms header, i have a few cmd buttons, ie to close the form etc.
Users can scrole through the records which is information displayed in text
boxes. One of my text boxes is called 'total' and as it is a continous form,
i want to be able to summarise my 'totals' in the header of my form. So
ideally, i want another text box, which will look at all my 'total' text
boxes, and display eg 'grand total', and another for the 'average'.
ie.
'header text box' = sum of 'totals'
and
'header text box2' = average of 'totals'
Any ideas how i may do this??
Many thanks
I have data from a query which is displayed on a 'continous form'. I need
it like this as it is most user friendly for the intended use.
In the forms header, i have a few cmd buttons, ie to close the form etc.
Users can scrole through the records which is information displayed in text
boxes. One of my text boxes is called 'total' and as it is a continous form,
i want to be able to summarise my 'totals' in the header of my form. So
ideally, i want another text box, which will look at all my 'total' text
boxes, and display eg 'grand total', and another for the 'average'.
ie.
'header text box' = sum of 'totals'
and
'header text box2' = average of 'totals'
Any ideas how i may do this??
Many thanks