J
|
Jane 8/6/2008 |
Hi, |
S
|
swanside 8/6/2008 |
Have a look at this |
S
|
swanside 8/6/2008 |
Hi, use dependent dropdown boxes for this purpose. Here is the "How to setup dependent dropdown boxes on Edit/Add pages" tutorial: http://xlinesoft.com/phprunner/php-database.htm
|
E
|
emsurban author 8/6/2008 |
You just beat me to that, I went to make a coffee!!!!!
|
T
|
thesofa 8/6/2008 |
use the $Values() array to get the value chosen in the lookup box, use this value in a query to fetch the price from the table with the prices in, assign this value to a variable and make that variable the default value in a read only for the price box on the form. |
E
|
emsurban author 8/6/2008 |
use the $Values() array to get the value chosen in the lookup box, use this value in a query to fetch the price from the table with the prices in, assign this value to a variable and make that variable the default value in a read only for the price box on the form.
|