View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rkg[_2_] rkg[_2_] is offline
external usenet poster
 
Posts: 1
Default Creating "records" in UserForm


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

--
rk
-----------------------------------------------------------------------
rkg's Profile: http://www.excelforum.com/member.php...fo&userid=2281
View this thread: http://www.excelforum.com/showthread.php?threadid=47115