Hello All,
I have three tables
Vendor
vendor_id
vendor_name
vendor_address
order
order_id
order_name
order_date
orderDetail
order_d_id
description
quantity
unitCost
Now on the form i want to select vendor from the drop down list and it should populate the address field automatically. Enter the Order Table info and then the OrderDetail Table info. I am easily able to relate Order and orderDetail table and do the entries, i am having problems by putting the third vendor table and then populating address of that table.
Farhan
I have three tables
Vendor
vendor_id
vendor_name
vendor_address
order
order_id
order_name
order_date
orderDetail
order_d_id
description
quantity
unitCost
Now on the form i want to select vendor from the drop down list and it should populate the address field automatically. Enter the Order Table info and then the OrderDetail Table info. I am easily able to relate Order and orderDetail table and do the entries, i am having problems by putting the third vendor table and then populating address of that table.
Farhan