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
The default gateway setting is lost when you wake a Windows Vista
Callback function error in On Action of a toolbar command
Access 2007 Ribbon how to display the print preview button or group
System Process 95-100%
When opening older files in Word 2007 I get error "Word cannot start converter mswrd632". How do I solve this problem?
Importing text file into resources
How do I add a "change your password" page in a dot net framework
How do I restore system from Windows 7 backup?
Deploy Printers to Vista without Server 2008 or Server 2003 R2
add select count in query