M
Michael
I have a one-to-many relationship (tblCompany) to
(tblFinancialData) with fields such as Year, Revenue, etc.
This data should be viewed in a columnar format rather
than a row format in a datasheet form. The goal is for a
user to input the data by column, not year.
Anyone know how to switch a datasheet form to show data
in columns instead of rows, with the field names as the
first column in the datasheet? I've searched and
searched, with no luck. See representation below, and
thanks in advance.
Field Name
Year 2000 2001 2002
Revenue $33.1 $40.1 $45.6
Net Income $0.5 $1.8 $6.4
(tblFinancialData) with fields such as Year, Revenue, etc.
This data should be viewed in a columnar format rather
than a row format in a datasheet form. The goal is for a
user to input the data by column, not year.
Anyone know how to switch a datasheet form to show data
in columns instead of rows, with the field names as the
first column in the datasheet? I've searched and
searched, with no luck. See representation below, and
thanks in advance.
Field Name
Year 2000 2001 2002
Revenue $33.1 $40.1 $45.6
Net Income $0.5 $1.8 $6.4