This topic is locked

Look up

4/20/2007 9:23:56 AM
PHPRunner General questions
D
dcrera author

Hi,
I have read most of the Look Up feeds and I might have missed this one.
On my PRODUCT table, I have 3 fields :
Code

Descr

Price
On my form I want to return both the DESCR and PRICE fields seperately to my form. The CODE and PRICE will be populated on the ORDER_ITEM table (Look up can only return 1 field)
Any ideas ?
Thanks

Sergey Kornilov admin 4/20/2007

I guess you can use two dropdown boxes and make second one dependent on first one.