Hi
I need to do the following for 15 different txtboxes.
Basically I´d like to run a loop like this
for i=1 to 15
GRUPO1.Value = DLookup("[GRUP_DETA]", "GRUPOS", "[GRUP_CODI] = [CLIE_GR01]"
next i
but I need to change the GRUPO1.value to be GRUPO2, GRUPO3, etc as well as the last field, CLIE_GR01, CLIE_GR02, etc
Is there a way to do this using Me.controls("GRP" & i) ???
I just don´t know how to use one with the other (if it is possible).
Thanks and regards
Frank
I need to do the following for 15 different txtboxes.
Basically I´d like to run a loop like this
for i=1 to 15
GRUPO1.Value = DLookup("[GRUP_DETA]", "GRUPOS", "[GRUP_CODI] = [CLIE_GR01]"
next i
but I need to change the GRUPO1.value to be GRUPO2, GRUPO3, etc as well as the last field, CLIE_GR01, CLIE_GR02, etc
Is there a way to do this using Me.controls("GRP" & i) ???
I just don´t know how to use one with the other (if it is possible).
Thanks and regards
Frank