An Array of Text Boxes

  • Thread starter Tom & Saundrah Venne
  • Start date
T

Tom & Saundrah Venne

Has anyone created an array of text boxes? On a form, I am looking to list
the results of a record set. This application is similar to a dictionary in
that I want to list all the sources and definitions for a given word.
 
P

PC Datasheet

You can easily do this with a form and a subform. No code is required. Put
the word in the main form and the definitions in the subform.
 
M

Marshall Barton

Tom said:
Has anyone created an array of text boxes? On a form, I am looking to list
the results of a record set. This application is similar to a dictionary in
that I want to list all the sources and definitions for a given word.


Access forms do not have control arrays. However, you can
easily display an arbitrarily long list by using a list box
or a continuous form.
 
Top