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
Running Total for fiscal year
Want to remove extra numerical information (zip codes, etc.) from a text file that has thousands of addresses to only leave a 10-digit phone number (area code + phone number)?
Now function plus 6 hours
VBA error 3057 & 3075 - Refresh References question
Tweak needed in Access VB Code
VS 2008: "The designer cannot process the code at line...."
How to Create Field with Autonumber?
Crash when using VLOOKUP in MS-Excel
Using File Dialog to select directory
Excel macro needed to find existing text and replace with new text