A
|
alang 7/30/2008 |
Set the first table up as master and second as detail - see datasource tables tab and the link "what are master-detail relationships" |
|
500434 7/31/2008 |
thanks for the reply but I tried that and I don't think (could be wrong) that's what I want. |
A
|
alang 7/31/2008 |
Yes, you can do that - one way is to make your main view a combination of your two tables on the SQL tab - create a join between them and include the fields you want for both tables. You can then select which fields you include in the "List" and "View" pages. It can get a bit tricky editing and saving data back to the right table - you will need some PHP code in the events to do that. The other question is why do you have two tables - why not combine all of the data into one table? |
|
500435 7/31/2008 |
I think you'e right. I just need one table. when I started I didn't see that phprunner lets you turn on and off items in different view. |