quite simple...in your code for your combo box the ID goes to value and the Desc goes to the selection items...
On Thu, Mar 4, 2010 at 12:40 PM, 50cal <[email protected]> wrote: > Hey all, > > I'm trying to achieve the following: > > Example Data > <ID> <Desc> > 1 - "This is number one" > 2 - "This is number two" > 52 - "this is number three" > > So as you can see the ID does not always resemble the data, I.E 52 is > the third item in the list not the 52nd. > > I want the description to show in the combo box, but I want the value > (ID) to be the value returned. > > Can this be achieved? > > Many Thanks, > Dave. >
