Conditional text boxes on Form

  • Thread starter Thread starter Anand
  • Start date Start date
A

Anand

I have a project to create a form where the person will add number of
children in one box. and depending on that number those many text box
should appear below the mentioned text box.
How I can achieve through VBA?
Thanks in advance.
-- Anand.
 
Textboxes have a visible property. Add 10 text boxes then hid the ones that
aren't needed.
 

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