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
2008 R2 Connection Broker Load Balancing
referencing form variables in adp views
access 2003 parse data length undetermined
SCCM 2007 Constant Despooler error 4406
excel formula to create a password list.
Option Group & Radio Buttons: Which Events To Use
Out of resources error when moving lots of files
How do I pass fields from one record (in a form) to another
Terminal Server installation on Windows Essential Business Server 2008.
Boolean as criteria in Access 2003 query