>select statement? If I do a concatenation of two columns it returns the >value of the concatenation but I would prefer to have the value of only
When I want this functionality from a listbox, I do something like this: Load the Listbox with an Expression, either from lookup or Load_From_File, but make the expression: ((ljs(TheValueToDisplayInTheListBox,30)) +',' + TheReturnValue) Where the LJS value is wider than the listbox display, then when you get the value selected, just do a (SSUB(WhateverTheValueIs,2)) and you will have the return value...
