loops and dynamic variables

  • Thread starter Thread starter krzysztof via AccessMonster.com
  • Start date Start date
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
 
Your question is a little too vague to give an exact answer, but I am sure it
can be done. Can you post more detail describing what you are trying to
accomplish?
 
Back
Top