Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a dynamic Ms Word Document

Status
Not open for further replies.

netflowdba

IS-IT--Management
Jul 7, 2011
5
US
Ok so this is what I am trying to do. I have a standard simple form I have made which allows my customers to enter information so I can submit then to sales dept.
I need to make it dynamic, so when a checkbox is clicked, a hidden table/section is displayed below it and then my users can add more details in the table. If they don't click the checkbox, the form looks standard (like before).

How do I go about doing this.
Thanks in advance.
 
VBA - You'll have an object containing the table you want to show.. on the form, you control it's being visible or not via the "on click" event of your checkbox.

If you want to go down that road, think about posting in the forum:













 
kjv, that does sound like the route i am looking for. Will post in the correct forum.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top