Hello,
I'm using the Custom Demo Counter example from MSDN (http://support.microsoft.com/kb/140908 )and i want to change it in order to keep 12 counters (one for each month).
I added 12 rows in the CounterTable each one starting from zero. How can i refer to each one? For example how can i refer to NextCounter = rs!NextAvailableCounter for March (which is row 3)?
CounterTable has one field the NextAvailableCounter.
Thank you in advance!
I'm using the Custom Demo Counter example from MSDN (http://support.microsoft.com/kb/140908 )and i want to change it in order to keep 12 counters (one for each month).
I added 12 rows in the CounterTable each one starting from zero. How can i refer to each one? For example how can i refer to NextCounter = rs!NextAvailableCounter for March (which is row 3)?
CounterTable has one field the NextAvailableCounter.
Thank you in advance!