S
S
shokw0w2016-10-25 11:00:45
Visual Basic
shokw0w, 2016-10-25 11:00:45

How to change value in a loop?

It is necessary to replace the element Me.mark0 with Me.mark1 after the first iteration, after the second iteration Me.mark1 with Me.mark2, and so on.
If it is better to enter other values, then please tell me.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Fedoryan, 2016-10-25
@AnnTHony

How many Me.mark values?
If you create an array in advance and access it?

Dim mark_array
mark_array = Array(Me.mark0, Me.mark1)
Me.mark [i]

What is stored in them? Are these table fields?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question