M
Michael Malinsky
I am attempting to create a database that will hold a trial balance then use
queries to "assign" the accounts to pages and lines on a report (a statutory
type of report). For each page, I will need a line number and description,
a subline number and description (if applicable) and a column number. My
question is which type of table would be more appropriate, something like:
Page LineNum LineDesc SublineNum Subline Desc Column
Pg1 1 Line1 1.1
Subline 1.1 1
Pg1 1 Line1 1.2
Subline 1.2 2
Pg1 2 Line2
1
Pg2 1 Line1
1
Pg2 1 Line1
2
etc.
or a separate table for each page, to eliminate the redundancy that exists
in the above example?
TIA
Mike
--
Michael J. Malinsky
Pittsburgh, PA
"I am a bear of very little brain, and long
words bother me." -- AA Milne, Winnie the Pooh
queries to "assign" the accounts to pages and lines on a report (a statutory
type of report). For each page, I will need a line number and description,
a subline number and description (if applicable) and a column number. My
question is which type of table would be more appropriate, something like:
Page LineNum LineDesc SublineNum Subline Desc Column
Pg1 1 Line1 1.1
Subline 1.1 1
Pg1 1 Line1 1.2
Subline 1.2 2
Pg1 2 Line2
1
Pg2 1 Line1
1
Pg2 1 Line1
2
etc.
or a separate table for each page, to eliminate the redundancy that exists
in the above example?
TIA
Mike
--
Michael J. Malinsky
Pittsburgh, PA
"I am a bear of very little brain, and long
words bother me." -- AA Milne, Winnie the Pooh