Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to fill a combo box from a column having values seperated by comma 1

Status
Not open for further replies.

kosala1981

Programmer
Apr 10, 2007
17
LK
i want to fill a combo box in a form, from a table's column data where that column has few possible values seperated by commas.

i just used a bound combo box but it filled values seperated by commas. how to remove these commas and fill values one by one, downwords.

i think it needs some code to eliminate those commas.
can someone tell me the answer please..
 
You may consider the Split function to build the combo's value list.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
i didnt get that. what's a split function and can u explain it more please
 
what's a split function
When in the debug window (Ctrl+G) type split and then press the F1 key.
 
well im new to programming and ms access.

thank u for ur kind help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top