G
Guest
I would like to loop through the fields in a table named G1, G2, G3,... in code and thought that could be accomplished by something of the sort
intCount=
stCount = ltrim(str(inCount)
Do while intCount < 2
If Me!G&stCount = forms!frmTest!G&stCount the
..
Endi
intCount = intCount+
stCount = ltrim(str(intCount)
Loop
What am I missing?
intCount=
stCount = ltrim(str(inCount)
Do while intCount < 2
If Me!G&stCount = forms!frmTest!G&stCount the
..
Endi
intCount = intCount+
stCount = ltrim(str(intCount)
Loop
What am I missing?