This topic is locked
[SOLVED]

 Relationship Details

9/16/2013 10:00:29 PM
PHPRunner General questions
D
dustinforehand author

Displaying Master Details in a child record.

I have two tables one called Schedule with the following fields (ID, Property, ScheduleDate)

and another table called bills with the following fields (ID, Property, ScheduleDate, Bill Description, Price1, Price2, Total)
When I add to my schedule(master) and then add a bill to that schedule record I have to manually re-enter the Property and ScheduleDate so that it populates on my Bill Report. If there away that when I add the Bill record from the schedule table that it will auto-populate the Property and Schedule date in the Bill Table when bill record is linked to the schedule record. I hope I explained this correctly. Any help will be great

D
dustinforehand author 9/17/2013

Could you help with this with an example...



Check this article http://xlinesoft.com/phprunner/docs/speed_up_data_entry_using_events.htm

C
cgphp 9/17/2013

Please, post a screenshot of your "Displaying Master Details in a child record".