Variable number of lines on a form

gellerche

Registered User.
Local time
Today, 11:12
Joined
Jun 19, 2001
Messages
73
I have a form which has a recordset as its datasource. The recordset varies in length (sometimes more records, sometimes less), so I need a way to have the number of text boxes on the form change dynamically to match the recordset length each time the form is opened. If anyone knows how to do this, I would appreciate the help.

(PS: I have to select individual records on the form, so I can't use a report to solve this.)

Thank you,

Steve Geller
 
Try using a subform. This gives you a scroll bar and allows you to have as many records as you need.
 
Ernie:

Thank you for the advice. It works just fine (Sorry for the delay in thanking you, but I've never used subforms before, and it took me a while to figure it out.)

Steve
 

Users who are viewing this thread

Back
Top Bottom