Z Zeich Guest Feb 6, 2000 #1 Is it possible to use control arrays in Access VBA? I am trying to fill multiple text boxes with data returned from a loop controlled SQL. Any help is greatly appreciated.
Is it possible to use control arrays in Access VBA? I am trying to fill multiple text boxes with data returned from a loop controlled SQL. Any help is greatly appreciated.
P Pat Hartman Super Moderator Staff member Local time Today, 10:15 Joined Feb 19, 2002 Messages 46,998 Feb 6, 2000 #2 Look up "controls collection". You should be able to use the For Each...Next construct to do what you need.
Look up "controls collection". You should be able to use the For Each...Next construct to do what you need.