This topic is locked

Display info from master table

12/12/2007 9:00:51 AM
ASPRunnerPro General questions
A
alx10 author

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

Sergey Kornilov admin 12/13/2007

You can use "Insert ASP code snippet" function for this purpose.

Here is the example: http://www.xlinesoft.com/asprunner/docs/sh...omer_orders.htm