Aug 2, 2004 #1 Compuboy Programmer Jun 8, 2004 38 US I want the listbox in my form to display 3 strings. How can I add these 3 strings to the listbox?? P.S. Don't thinkg Additem works for me...
I want the listbox in my form to display 3 strings. How can I add these 3 strings to the listbox?? P.S. Don't thinkg Additem works for me...
Aug 2, 2004 #2 PHV MIS Nov 8, 2002 53,708 FR What is the RowSource of the ListBox ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
What is the RowSource of the ListBox ? Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Aug 2, 2004 #3 TheAceMan1 Programmer Sep 23, 2003 11,174 US How are ya Compuboy . . . . If its a [blue]static[/blue] set of strings: Set [blue]Row Source Type[/blue] to [purple]Value List[/purple]. Set [blue]Row Source[/blue] to: [purple]String1;String2;String3[/purple] (no quotations) You'll have to change [blue]Column Count[/blue] to 1 & [blue]Column Widths[/blue] for 1 column. See Ya! . . . . . . Upvote 0 Downvote
How are ya Compuboy . . . . If its a [blue]static[/blue] set of strings: Set [blue]Row Source Type[/blue] to [purple]Value List[/purple]. Set [blue]Row Source[/blue] to: [purple]String1;String2;String3[/purple] (no quotations) You'll have to change [blue]Column Count[/blue] to 1 & [blue]Column Widths[/blue] for 1 column. See Ya! . . . . . .