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
Outlook 2003 hangs on Migrating Settings
SQL Table-value function / permissions / Access Front End
What is c8.zedo.com
getting "Unknown" error on Exchange Edge ADAM service
USING dm_db_index_physical_stats<wbr /> effectively
Virtual Memory Errors
roaming profile files keep appearing after deleted
Can I read an MS Access table from SQL Stored Procedure?
What is Bitlocker ion Vista and windows 2003. How different are these in both OS.
3 Cascading Combo boxes Working and NotInList Working But How do I Input Data from another Form