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
SUS and WSUS --- Best practice and set up and configuration
Free/Busy Exchange 2007 SBS08 migrated from SBS03
Defining a SourceWorkbook dynamically
date picker in Access 2007
USING TO_DATE ORACLE FUNCTION IN SELECT STRING FROM VB.NET
How can I redirect my temp files in Windows XP Embedded Standard?
Creating a Word Template
How to get file path/name after drag drop.
Query using "like (iif)" statement as criteria filters out records with null values
Opening explorer with a batch file.