Control Arrays in Access VBA

  • Thread starter Thread starter Zeich
  • Start date Start date
Z

Zeich

Guest
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.
 
Look up "controls collection". You should be able to use the For Each...Next construct to do what you need.
 

Users who are viewing this thread

Back
Top Bottom