Display Item when Item ID is Selected from a List Box

infinitx

Registered User.
Local time
Today, 10:47
Joined
Mar 22, 2004
Messages
63
Hi,

I have a MultiSelect list box on a form that contains all of the Item IDs in the database. When the user clicks on an Item ID, is it possible for the item that has that Item ID to be displayed?

Thanks,
Alex
 
infinitx said:
Hi,

I have a MultiSelect list box on a form that contains all of the Item IDs in the database. When the user clicks on an Item ID, is it possible for the item that has that Item ID to be displayed?

Thanks,
Alex

Yes

Why not just add another col to your list box? Then you will get the item ID and the item.

Or do you mean to place an item description in another control for use with another routine?
 

Users who are viewing this thread

Back
Top Bottom