S
|
swanside 7/27/2008 |
Hi, I'm very new to PHPRunner (just started using it yesterday), and I have this problem that I'm trying to solve : My application uses a lot of lookup/dimension style tables, a simple example is that there is a Country table (that you can add records into), and a Business table that stores details of each Business. Entering a Country is all text fields, so that's easy but when I'm entering the Country field in the Business table I need to use a dropdown that shows the Countries available, and in the Business table I only store the primary key of the Country table How do I do this ?
|