Forum Moderators: open
ex: two tables, Report and ReportParams
I'd like to have a view that joins the two tables on:
Report.ReportId
ReportParams.ReportId
..which shows only a given report's parameters at a time.
In Access, you do this in a simple-to-use double-table where the parent table's record shows and the corresponding child table's records show immediately below. All data is modifiable, and it's pretty slick.
ideas?
So yes, I will do that if i have to-- what I'm really looking to do, however, is not display any repeated info (for instance in your ex., all data from the Report table), but only one line of one table, and one "sub" table just like relationships in Access. Is there a way to do that?