J
Janis
I think there is an easy solution for this problem if I can explain it.
I have an Excel sheet imported into a table. So if you will, I have the
report view. The fields are un-normalized. I want it in Access instead of
Excel because we have to match up this sheet with another sheet and for other
reasons.
What I am having trouble doing is getting it back into the normalized form.
There are only about 6 fields important fields across so it can't be that
hard!!
TABLE IMPORTED FROM EXCEL:
region, area, headend, router, node, optical transmitter, Utilization % 9/1,
Utilizaiton % 9/7 ......
The problem is I get this report every week and I want to keep a history of
the utilization % for each weekending.
so where it says utilization % that would be for this week. Then I want to
add to this table the Utilization % for next week .......
I don't know how to keep adding columns.
If I normalize the database it would be
region ----> area----> headend----->router----> node
So I don't know how to import the table formatted in rows and columns into
the above and whether I need a variable for the date. Or if I need a
separate table for the utilization figures or what.
For now just suppose that the data doesn't change. I only add new rows when
new routers are added and that each time i import a new week-ending all the
router information stays the same.
Can someone please help me.
I have an Excel sheet imported into a table. So if you will, I have the
report view. The fields are un-normalized. I want it in Access instead of
Excel because we have to match up this sheet with another sheet and for other
reasons.
What I am having trouble doing is getting it back into the normalized form.
There are only about 6 fields important fields across so it can't be that
hard!!
TABLE IMPORTED FROM EXCEL:
region, area, headend, router, node, optical transmitter, Utilization % 9/1,
Utilizaiton % 9/7 ......
The problem is I get this report every week and I want to keep a history of
the utilization % for each weekending.
so where it says utilization % that would be for this week. Then I want to
add to this table the Utilization % for next week .......
I don't know how to keep adding columns.
If I normalize the database it would be
region ----> area----> headend----->router----> node
So I don't know how to import the table formatted in rows and columns into
the above and whether I need a variable for the date. Or if I need a
separate table for the utilization figures or what.
For now just suppose that the data doesn't change. I only add new rows when
new routers are added and that each time i import a new week-ending all the
router information stays the same.
Can someone please help me.