An Array of Text Boxes

  • Thread starter Thread starter Tom & Saundrah Venne
  • Start date 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.
 
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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top