chalupabatman
Member
- Joined
- Jun 3, 2014
- Messages
- 16
- Programming Experience
- Beginner
I am want to (by any option from the toolbox) have 2 columns...1 with the field and 1 with answer. What I have trouble with is how to line-up the answer with the field when the field could have multiple answers. I want this output
Notice how phone should have two textboxes on the line and address should only have 1. How can I get 2 textboxes on the same line?
VB.NET:
field ---- answer
EmpID ID
Phone Phone1 Phone2
Address Address
Notice how phone should have two textboxes on the line and address should only have 1. How can I get 2 textboxes on the same line?