G
Guest
Hi everybody,
I want something like I used in MS Access:
for i = 1 to 20
me("FieldName" & i).Text = "Text bla bla bla"
next i
I want something like that because I have a series of fields like
FieldName1; FieldName2, FieldName3, ... which I want to fill in
programmaticaly.
thanks in advance
Filip
I want something like I used in MS Access:
for i = 1 to 20
me("FieldName" & i).Text = "Text bla bla bla"
next i
I want something like that because I have a series of fields like
FieldName1; FieldName2, FieldName3, ... which I want to fill in
programmaticaly.
thanks in advance
Filip