473,480 Members | 2,840 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Trying to table data

12 New Member
I have to Table large amounts of Data.

I get two inventory lists twice a week from 16 stores.
I sort this data in two ways.

I do this by comparing an inventory list to a list of 300 of the best selling styles.

Currently, I input one list of inventory data in excel and then organize the items respectively to a sales data list in columns. Top 25 styles, 50, 100, 200, 300.

When I am finished, I have a certain amount of items in the top 25 styles, a certain amount in top 50, and so on. I color code the columns and write down the quantities and percentage of each category in the list..

I have been trying to create relationships that would sort the data in Access and in Filemaker pro.

So far, I have only been able to organize data in groups but outside of the format I am trying to get.
Apr 12 '07 #1
16 1589
MMcCarthy
14,534 Recognized Expert Moderator MVP
I have to Table large amounts of Data.

I get two inventory lists twice a week from 16 stores.
I sort this data in two ways.

I do this by comparing an inventory list to a list of 300 of the best selling styles.

Currently, I input one list of inventory data in excel and then organize the items respectively to a sales data list in columns. Top 25 styles, 50, 100, 200, 300.

When I am finished, I have a certain amount of items in the top 25 styles, a certain amount in top 50, and so on. I color code the columns and write down the quantities and percentage of each category in the list..

I have been trying to create relationships that would sort the data in Access and in Filemaker pro.

So far, I have only been able to organize data in groups but outside of the format I am trying to get.
Have a look at this tutorial and see if it helps.

Normalisation and Table structures

Mary
Apr 13 '07 #2
sflearn
12 New Member
that made sense...

so It seems like I have a many to many relationship.

I thought I had a 1 to many relationship.

The sales data is in desc1 which is the style code (text and number... will this be a problem?), desc2 (the full description of item, I didnt use it when I made relationships), and 'rank' which was a level from 1-300.

I 'joined' the 'rank' column to the top 25, 50, 100, 200, and top 300 columns in the relationship database.

I also joined 'styles' in the inventory data and joined it to desc1.

So what does this do to my data?

It seemed I was only able to make the ranks line up on the side of the inventory items, not fill in the boxes in the columns I labeled top 25, top 50, top 100, top 200, top 300.

so... this is where I am stuck.
I appreciate your help.
Apr 13 '07 #3
MMcCarthy
14,534 Recognized Expert Moderator MVP
In a many to many relationship you would normally have a join table which would have the primary keys of the other two tables. I'm having problems following your structure. Can you post the metadata of the two tables involved.

Here is an example of how to post table MetaData :
Table Name=tblBookings
Expand|Select|Wrap|Line Numbers
  1. Field; Type; IndexInfo
  2. Field; Type; IndexInfo
  3. StudentID; Autonumber; PK
  4. Family; String; FK
  5. Name; String
  6. University; String; FK
  7. Mark; Numeric
  8. LastAttendance; Date/Time
Mary
Apr 13 '07 #4
sflearn
12 New Member
ill get you the metadata right now. I never accessed it and will try now.

but first a little about the structure.

item | styles | description | color | size Desc1 | Desc2 | Rank
19875 2001 t shirt black XL 2001 t shirt 1
19874 2001 t shirt black L RS32 legging 2
19873 2001 t shirt black m S11 dress 3
10031 RS32 Leggings Green XS 2455 shorts 4
10051 RS32 Leggings Orange M
942 T33 V neck white L
30005 S11 Dress white xs top styles to rank of 300



I get the sheet to look like this in the end:

item |styles |description |color | size|Top 25| Top 50|Top 100|Top 200|Top 300|
19875 2001 t shirt black XL 1 1 1 1 1
19874 2001 t shirt black L 2 2 2 2 2
19873 2001 t shirt black m 25 26 26 26 26
10031 RS32 Leggings Green XS 30 30 30 30
10051 RS32 Leggings Orange M 50 50 50 50
942 T33 V neck white L 63 63 63
30005 S11 Dress white xs 112 112
Apr 13 '07 #5
sflearn
12 New Member
ill get you the metadata right now. I never accessed it and will try now.

but first a little about the structure.

. item | styles | description | color | size . Desc1 | Desc2 | Rank
19875 2001 t shirt black XL .2001 t shirt 1
19874 2001 t shirt black L .RS32 legging 2
19873 2001 t shirt black m . S11 dress 3
10031 RS32 Leggings Green XS . 2455 shorts 4
10051 RS32 Leggings Orange M
942 T33 V neck white L
30005 S11 Dress white xs top styles to rank of 300



I get the sheet to look like this in the end:

. item |styles |description |color | size|Top 25| Top 50|Top 100|Top 200|Top 300|.
19875 2001 t shirt black XL 1 1 1 1 1.
19874 2001 t shirt black L 2 2 2 2 2 .
19873 2001 t shirt black m 25 26 26 26 26.
10031 RS32 Leggings Green XS 30 30 30 30.
10051 RS32 Leggings Orange M 50 50 50 50 .
942 T33 V neck white L 63 63 63 .
30005 S11 Dress white xs 112 112.
Apr 13 '07 #6
sflearn
12 New Member
so technically I am trying to sort the sales data sheet INTO the columns I have set up AND according to the styles that each piece of data has in common.

how to setup this one situation escapes my understanding...

I have tried this in MS Access and Filemaker pro.
both are similar.
Apr 13 '07 #7
MMcCarthy
14,534 Recognized Expert Moderator MVP
so technically I am trying to sort the sales data sheet INTO the columns I have set up AND according to the styles that each piece of data has in common.

how to setup this one situation escapes my understanding...

I have tried this in MS Access and Filemaker pro.
both are similar.
I have no idea how you are calculating these Top25-Top300 columns.

Mary
Apr 13 '07 #8
sflearn
12 New Member
physically. seriously. is there a way of having the program do the numbers for me?

I am entering the data in excel physically . Is it possible to do this another way?
Apr 13 '07 #9
MMcCarthy
14,534 Recognized Expert Moderator MVP
physically. seriously. is there a way of having the program do the numbers for me?

I am entering the data in excel physically . Is it possible to do this another way?
I don't know what your calculations are based on. I need more information.
Apr 13 '07 #10
sflearn
12 New Member
I have two tables.
one has the style numbers of which several items are in the category of a style number.

and one is the list I want to sort the previous list by. It has 300 styles that sold the best. they are rated from 1 to 300.

I want to organize all my items in each list by the 300 style list.

I have to do this twice a week, for 16 stores, for two separate reports.
ongoing basis.
Apr 13 '07 #11
MMcCarthy
14,534 Recognized Expert Moderator MVP
I have two tables.
one has the style numbers of which several items are in the category of a style number.

and one is the list I want to sort the previous list by. It has 300 styles that sold the best. they are rated from 1 to 300.

I want to organize all my items in each list by the 300 style list.

I have to do this twice a week, for 16 stores, for two separate reports.
ongoing basis.
I'll need the metadata for the two tables.
Apr 13 '07 #12
sflearn
12 New Member
how do I obtain metadata?

and...

I have been reading the website for ways to do this...

is it possible to query?
I dont fully understand querying yet and how I can apply it, I am reading all I can at the moment.
Apr 13 '07 #13
MMcCarthy
14,534 Recognized Expert Moderator MVP
how do I obtain metadata?

and...

I have been reading the website for ways to do this...

is it possible to query?
I dont fully understand querying yet and how I can apply it, I am reading all I can at the moment.
Open the table in design view where you can see the datatypes and just fill in the template I gave you.
Apr 13 '07 #14
sflearn
12 New Member
okay. ill have it soon. I appreciate the level of patience you have had with me.
Apr 13 '07 #15
sflearn
12 New Member
can you explain how you retrieved the metadata? I am making an effort to do so on my own but I am missing info on how to do so.
Apr 13 '07 #16

Sign in to post your reply or Sign up for a free account.

Similar topics

4
1772
by: Mavis Tilden | last post by:
Hi all, So I've been reading the newsgroups, and reading a few books trying to learn SQL and SQL Server 2000. The books tell me I need a Primary Key, and that every table should have one. I know...
2
1366
by: Thomas Stark | last post by:
Hi I'm trying to get some data fra a few tables, but I'm having a few problems. What I would like is this: The tables contain somn info on manuscripts and which process that manuascript...
1
1515
by: Henry | last post by:
I hope someone can help me on this. I have two controls on a form. the first is a comboBox the second is a datagrid. Both controls are bound to tables in a common dataset. What I am trying to...
8
4828
by: Jerome Ranch | last post by:
Okay So I've got pivot tables setup in Access 2003. Only about 30K records in the current 2005 databases...the pivots summarize the info in a number of nice ways. I need to get the pivot tables...
3
1649
by: Eric_Dexter | last post by:
I am having trouble trying to reuse the code that was provided in the wxdemo package of wxpython. The program I am trying to use parts of is Grid_MegaExample.py thier code is class...
4
4081
by: NancyJ | last post by:
Currently we have a database with a main table containing 3 million records - we want to increase that to 10 million but thats not a possibility at the moment. Nearly all 3 million records are...
5
1628
by: DaveLock | last post by:
Hi, I have 3 tables of data created from different sources, each with the same 2 fields & I wanted to fill the 2nd field of another table with the data on condition. The condition is because...
1
2000
by: DanThMan | last post by:
Hi All, Here's how my data looks. Two tables. The first has all the data in "expanded" form, the second has just "ID" data in "pivoted" form. Here's the "expanded" table: DataID | RowID |...
3
1676
by: teneesh | last post by:
Hi, I'm trying to find some records in a table that has been exported into Access (tbl_test). The new table that I am trying to create and insert the data to is called (tbl_test1). Here's my...
0
7055
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6920
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5365
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4501
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3013
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3004
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.