Hi,
How do I loop through a recordset and store each field in a variable. I need these variables to perform some calculations and I don't want to hardcode them because they are part of the business rules (like commission type stuff) that might change and then should only be changed in the backend. Pseudo code example:
intVal1 = rst!PctVal.field1
intVal2 = rst!PctVal.field2
...
Thanks a lot...and
It's Friday!
How do I loop through a recordset and store each field in a variable. I need these variables to perform some calculations and I don't want to hardcode them because they are part of the business rules (like commission type stuff) that might change and then should only be changed in the backend. Pseudo code example:
intVal1 = rst!PctVal.field1
intVal2 = rst!PctVal.field2
...
Thanks a lot...and
It's Friday!