PHPRunner Ver: 5.1 Build 2503
Are there any examples/instructions for adding new record to Master Table and 4 detail tables as described below?
Adding a new record to Clients does not give oppty to add new fields into detail tables. Where are the detail table forms which would be connected to the Master Table "Clients" ?
Master Table and 4 Detail Tables:
Master Table = "Clients", Key Field = Cust_ID, auto increment.
Detail Table = "Client_Ph_Num"
Detail Table = "Client_Bill_Add"
Detail Table = "Client_Notes"
Detail Table = "Client_Email"
Each Detail Table has field called: Cust_ID
Link Fields: Master Table to all detail tables
Master Clients: cust_id > Details: cust_id
Thank you,