Creating "records" in UserForm

R

rkg

Hello everyone-

Need your help. I have to create a UserForm for Purchase Orde
information that will have multiple Items/Parts (and its info) within
sub-structure. The structure will be as below:

PO Number <text_box_field>
Vendor ID <text_box_field> Vendor Address
<text_box_field>

-------------------------
Item # | Item Desc | Qty |
-------------------------
1001 | Cables | 10 |
-------------------------
1002 | Bolts | 1000| <= all text boxes
-------------------------
1003 | Bulbs | 5 |
-------------------------

<button for Add_Item>

How should I create a tabular control/structure containin
"record"/group text-boxes into "records" for entering item information
In the above structure, a scrollbar should exist next to the Ite
structure and display only 2 records at a time.

Also, a button should dynamically add a blank "record" in ite
structure.

How should I achieve this? TIA for your help
 

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

Top