G
Guest
I have a form and subform for a student course booking system and want to
display the total spent for the student throught the year in the main part of
the form.
In the sub form I enter the subsistance paid, the travelling and course fee.
I total these in a calculated control to show the total cost for the student
in that transaction.
How can I maintain a running total of total cost for each student, ie
display the total costs (spend to date) for each student over a period in the
main form? I have tried using dsum to sum the individual values in the
course table but am having a problem witht the syntax. Please advise. Thanks
in advance.
display the total spent for the student throught the year in the main part of
the form.
In the sub form I enter the subsistance paid, the travelling and course fee.
I total these in a calculated control to show the total cost for the student
in that transaction.
How can I maintain a running total of total cost for each student, ie
display the total costs (spend to date) for each student over a period in the
main form? I have tried using dsum to sum the individual values in the
course table but am having a problem witht the syntax. Please advise. Thanks
in advance.