K
krzysztof via AccessMonster.com
Good Day!
i have a form with numerous fields, and run code like this:
sub sub1()
me.fieldname1 = formula
me.another1 = formula
end sub
you get the idea.
it runs very well, but i need to do this over and over again for every week
of the year.
is there a way to loop that so it knows what field to populate?
TIA
~K
i have a form with numerous fields, and run code like this:
sub sub1()
me.fieldname1 = formula
me.another1 = formula
end sub
you get the idea.
it runs very well, but i need to do this over and over again for every week
of the year.
is there a way to loop that so it knows what field to populate?
TIA
~K