Hi to all,
I have two tables
customer (cusID, cusName, cusAddr, cusPhone)
orders (ordID, ordDate, ordCusID, ordDesc) [where ordCusID must exists in customer.cusID]
I want to display in the ADD and EDIT page of the ORDER table, the related info of the CUSTOMER table when the user select the ordCusID field. How can i do this with ASPRunner?
Many thanks