rudolfelizabeth
Programmer
How do you correct the following problem
if you dsum your get the sum of values in sorted in order of the id ,
not date sort order ,what if the user forget some information of the previous year
and he input it later with the correct year date this id nummer will be higher
if run the dsum you will get complete wrong values.
you can then to run query with two criteria
clientnumber input by the user.
and date also input by the user you wont get any info.
I have notice that Dsum cannot handle more the one values.
because it has to use three criterias id sorted date sorted
and only clientnumber asked by the user in a query.
After you Dsum how do you refer to a highest of the smallest value in the recordset.
if you dsum your get the sum of values in sorted in order of the id ,
not date sort order ,what if the user forget some information of the previous year
and he input it later with the correct year date this id nummer will be higher
if run the dsum you will get complete wrong values.
you can then to run query with two criteria
clientnumber input by the user.
and date also input by the user you wont get any info.
I have notice that Dsum cannot handle more the one values.
because it has to use three criterias id sorted date sorted
and only clientnumber asked by the user in a query.
After you Dsum how do you refer to a highest of the smallest value in the recordset.