Create new row of text boxes with command button

  • Thread starter Thread starter navin
  • Start date Start date
N

navin

Hi All,

In a form users need to enter supplier information and suppliers can
be more than one. what is need is that, to put a command button on the
form. When user clicks the button, i want a new set of text boxes to
be created below the first one.

i need to know if this is possible. if yes, then can i have an example
on how to do it?

thanks for the help,
navin
 
Not sure how your form is laid out but as a thought, you may want to place a
subform on your main form and have the subform for you Supplier information
and make it either a datahseet or continuous form. This way, no matter how
many suppliers you have you will be able to enter them all while keeping your
main form looking neat and professional. Again, just a thought. Subforms can
be a bit harder to work with but really work well for what you need.
 
Back
Top