raystownlaura
Registered User.
- Local time
- Yesterday, 21:39
- Joined
- Apr 16, 2010
- Messages
- 22
I want to add a text box to a form for each record in a table where [boolean]=true in a particular field in the table. I also want to assign the value in another field in the selected record to display as the label caption.
I already have written code to loop through the records in the table and find the records that will become the form controls. I need help creating a loop that will place the text boxes on the form.
For example:
If rst.boolean.value=true then
<create text box on form with rst.field2.value as label caption>
end if
I need each successive text box to place itself aligned with the previous.
If anyone can help I'd appreciate it!
I already have written code to loop through the records in the table and find the records that will become the form controls. I need help creating a loop that will place the text boxes on the form.
For example:
If rst.boolean.value=true then
<create text box on form with rst.field2.value as label caption>
end if
I need each successive text box to place itself aligned with the previous.
If anyone can help I'd appreciate it!