hi there,
just asking for a bit of advice really.
i have got a recordset and would like to look through it counting through the number of times a status comes up. the status at the moment is a range of 0-4 but this could be changed.
for each number of the range i would like to count the recordset for each appearance and give out the final value.
i did at first use a select case function but it was hard coded rather than dynamic so could not be added to in the future.
have been told to look at recursive programming to create a function but not sure which way to go round it.
hope there are people out there who have got some ideas (and also some who have actually understood what ive been waffling about)
cheers in advance
Storm1976
just asking for a bit of advice really.
i have got a recordset and would like to look through it counting through the number of times a status comes up. the status at the moment is a range of 0-4 but this could be changed.
for each number of the range i would like to count the recordset for each appearance and give out the final value.
i did at first use a select case function but it was hard coded rather than dynamic so could not be added to in the future.
have been told to look at recursive programming to create a function but not sure which way to go round it.
hope there are people out there who have got some ideas (and also some who have actually understood what ive been waffling about)
cheers in advance
Storm1976