filling list box from table (1 Viewer)

dreamdelerium

Registered User.
Local time
Yesterday, 17:30
Joined
Aug 24, 2007
Messages
88
hi everyone, i got a question
in my forms i have a control that has two columns, one with text the other with a value (ie value1;0;value2;1...etc). when it gets saved to a table, i only save the value not the text (0,1...). now, when i want to load the data from this table to the forms listbox i dont want to display the number but rather the text. how can i accomplish this?

thanks for your help
jason
 

missinglinq

AWF VIP
Local time
Yesterday, 20:30
Joined
Jun 20, 2003
Messages
6,423
i have a control that has two columns, one with text the other with a value (ie value1;0;value2;1...etc). when it gets saved to a table, i only save the value not the text (0,1...). now, when i want to load the data from this table to the forms listbox i dont want to display the number but rather the text.

I'm sorry, but your post really makes little sense. If you're not saving the text to your table, how could you possibly turn around and load the text it from the table to your Listbox?
 

dreamdelerium

Registered User.
Local time
Yesterday, 17:30
Joined
Aug 24, 2007
Messages
88
oh, i forgot. i have a lookup table with all the values and coresponding text.
 

Users who are viewing this thread

Top Bottom