R
ragtopcaddy via AccessMonster.com
I am trying to produce what the following code would do, if only it would do
it. What I need is a suggestion as to how to accomplish it. I could always
use and array or a recordset, but was wondering if there isn't some kind of
loop I could use that would do it.
for sItem = "Sales", "Profit", "Expense", "GM"
(code here)
next sItem
Any suggestions would be appreciated.
it. What I need is a suggestion as to how to accomplish it. I could always
use and array or a recordset, but was wondering if there isn't some kind of
loop I could use that would do it.
for sItem = "Sales", "Profit", "Expense", "GM"
(code here)
next sItem
Any suggestions would be appreciated.