Hi
I've asked something similar before, but have never been able to get this to work, and then left the employment of the company that was using phprunner. I am using the evaluation version to try and demonstrate to my new boss how we could use phprunner to move away from various access based systems. I have a database here that stores details of engineers demonstrations on films. I have a table called 'engineers' that stores details of the engineers. I have a table called 'events' that stores details of a demonstration ( i.e. time, place, etc). I have a third table called 'processes' that stores a list of the various processes they may be demonstrating (turning, milling, etc). Finally, I have a table called 'demonstrations' that stored the primary key for an engineer, the event, and the process. Thus, the 'demonstrations' table might have six entries for any one event, three of which would be engineer 'a' demonstrating process 1, 2 & 3, and the other three might be engineer 'b' demonstrating processes 1,4, and 5.
I want the main detail page for engineers to also show all the events they have demonstrated at, and the main detail page for each event to also show each engineer(s) that demonstrated at the event and the processes demonstrated.
I think I have the data properly normalised set up in this way, and in access (using MySQL ODBC) I can set up forms / reports to show this. But I can't work out how to set up a report in phprunner to achieve the same.
Can anyone give me any tips?