ListBox Controls

jepoysaipan

Registered User.
Local time
Today, 12:15
Joined
Nov 4, 2007
Messages
133
Hi Folks,

I gave up using Grid on my project :(, so I decided to use the ListBox instead, it works fine but now I'm stucked....AGAIN.....

I wanted to select a record from the ListBox so I can put it on my unbound fields for the user to view or even edit, but can't figure out how :(

I've tried searching the net but still no luck.

Your help is highly appreciated.

Thanks.
 
Okay, I'm really puzzled as to why datasheet won't fit your needs because in another thread, you wanted it to be read-only and was gave instruction on how to do so, and now you want to edit a record based on a selection from listbox?

That said, if you want to select a record based on listbox, you can use wizard to generate one for you- turn on control wizard then select listbox. You should get a prompt asking you how you want to use listbox- select "move to record based on selection" or something like that. If you don't see that option, it may be for a combobox, but you still can use combobox wizard to configure it then change it to a listbox afterward.
 
Hi Banana,

Thanks for this info. I will try it later.

:)
 

Users who are viewing this thread

Back
Top Bottom