Microsoft
Software
Hardware
Network
Question : Prefill bound textboxes from a combo box
HI Experts,
I would like to know how I would prefill a textbox from a selection in a combo box. My combo box has 4 columns and I would like to prefill those 4 columns into my forms 4 unbound textboxes.
Thanks!
Answer : Prefill bound textboxes from a combo box
In code:
txt1.ControlSource=Combobo
x.Column(0
)
txt2.ControlSource=Combobo
x.Column(1
)
...
In the control's ControlSource Property:
=Combobox.Column(0)
=Combobox.Column(1)
...
Random Solutions
Excel 2003 is looking for pro11.msi, where can i find it and why is it needed all of a sudden?
EBS 2008 Server Problem
How to determine why my MFC application requires Microsoft Office dlls to run ??????
.txt File comparison
Popup window inside update panel
Open Sharepoint server's pdf file in asp.net...
How do I disable the ICS DHCP server?
Confused on the Windows 7 Virtual PC
Default Date Format - Visual Studio 2005 Parameters
Locking a Row in Excel