|
accessman -> RowSource (6/29/2006 0:21:55)
|
Hi, I create the the combox in the form. The Enter Event of the combox is name.rowsource = "(select 'ALL' From [tbl]) Union (select [Name] from [tbl] Group By [Name] Order By [Name])" The list solutions are: Alan ALL Amy Jeff .... ... Can I put "ALL" in the first postion? ALL Alex Amy .... Because "ALL" means all the values. I want to put "ALL" in the first place. Thanks.
|
|
|
|