F
Fiaz Idris
I am an MSExcel user migrating to MSAccess.
For each day of the year, there are about 237 data fields to
keep track and I need to generate reports every week, month, year
from these data points. The data fields to keep track may increase
in the future.
Not every fields are related in some way.
What I mean is...
fld01 to fld30 may be related to the same machine
and the other fields have nothing to do with fld01 to fld30.
Example:
fldDate, fld01, fld02, ..., fld237
01Jan04, 1500, 37, ..., 30%
02Jan04, 600, 50, ..., 20%
....
....
31Nov04, 300, 500, ..., 50%
....
....
I have one table design in mind but I don't know if it is any good.
Design (for example):
tblData01To25
fldDate, fld01, ..., fld25
tblData25To50
fldDate, fld26, ..., fld50
....
....
and so on for all the 237 fields with one-to-one relationship.
Could someone please guide me how I might go on with this.
I am an access newbie.
For each day of the year, there are about 237 data fields to
keep track and I need to generate reports every week, month, year
from these data points. The data fields to keep track may increase
in the future.
Not every fields are related in some way.
What I mean is...
fld01 to fld30 may be related to the same machine
and the other fields have nothing to do with fld01 to fld30.
Example:
fldDate, fld01, fld02, ..., fld237
01Jan04, 1500, 37, ..., 30%
02Jan04, 600, 50, ..., 20%
....
....
31Nov04, 300, 500, ..., 50%
....
....
I have one table design in mind but I don't know if it is any good.
Design (for example):
tblData01To25
fldDate, fld01, ..., fld25
tblData25To50
fldDate, fld26, ..., fld50
....
....
and so on for all the 237 fields with one-to-one relationship.
Could someone please guide me how I might go on with this.
I am an access newbie.