A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

creating a report tool from an Excel spreadsheet



 
 
Thread Tools Display Modes
  #1  
Old September 15th, 2007, 03:44 AM posted to microsoft.public.access.tablesdbdesign
Janis
external usenet poster
 
Posts: 267
Default creating a report tool from an Excel spreadsheet

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.
  #2  
Old September 18th, 2007, 10:00 PM posted to microsoft.public.access.tablesdbdesign
FredFred
external usenet poster
 
Posts: 81
Default creating a report tool from an Excel spreadsheet

Please excuse my (hopefully helpful) directness.

I noticed you had no answers.

I read your post twice and still can only take a guess at what you're trying
to say. Also, I think that you're using "normalize" to mean something
different than it's official database meaning, which is probably consusing
people.

But here's my guess at what you're saying. You have these items which are
the main subject of your table. And, for each, you want to enter a lot of
history. IF so:

Make a table with your items. (but no history) And establish a primary
key (like itemnumber) for each item.

Make a second table for entry of each instance of record history. Probably
just 3 fields. The item number of the item that it happened on, the date and
the utilization factor.

Then link the tables, itemnumber to itemnumber. Whatever reports, forms or
views that you need should easily shake out from that structure.

Would be happy to answer another post but I won't be watching, so if your do
, email me with the origina post date) to tell me its there

Sincerely,


Fred


tureks
at
ameritech
dot
net



"Janis" wrote:

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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.