B
Billiam
I need to track pieces (2 types) shipped on a daily/monthly/yearly comparable
basis for two groups groupA & GroupB. More specifically, I will be comparing
both groups individually on a historical basis, in addition to each groups
daily/monthly/yearly relationship to the number of pieces shipped with
respect to ProductA & productB Also, the data needs to be input manually, as
the system that ships these pieces is a seperate outside company ie
Purolator/Fedex, so I cannot "datamine' the info.
There are only two "products" which need to be tracked.
We need to be able to produce reports on an individual group basis, and
combined Group basis:
Also,
Daily shipping compared over the last "x" years with percentage
increase/decrease
Monthly "" ""
""
Yearly "" ""
""
I am thinking the following for Table layouts:
tblGroup
GroupID (autonumber)
GroupA
GroupB
tblProduct
ProductID (autonumber)
product1
product2
I am not sure what to do with the date fields? Should I have a Day table, a
month table, and a year table? I am thinking I would use a dependent combobox
date form to select the date (The reason I am thinking of doing this this way
is The year, for example, would determine whether or not Feb has 29 days, in
addition to, if I choose December from the first combobox, the second combo
box would show 31 days)
With respect to the above, I would like the year to default to the current
year (we are still updating previous years data) but am unsure how to do this.
Also, I would like a warning if there is already data stored for a specific
day to make the data input person aware they may be entering informaton in on
the wrong date.
Any help would be sincerely appreciated!
Thanks,
Bill
basis for two groups groupA & GroupB. More specifically, I will be comparing
both groups individually on a historical basis, in addition to each groups
daily/monthly/yearly relationship to the number of pieces shipped with
respect to ProductA & productB Also, the data needs to be input manually, as
the system that ships these pieces is a seperate outside company ie
Purolator/Fedex, so I cannot "datamine' the info.
There are only two "products" which need to be tracked.
We need to be able to produce reports on an individual group basis, and
combined Group basis:
Also,
Daily shipping compared over the last "x" years with percentage
increase/decrease
Monthly "" ""
""
Yearly "" ""
""
I am thinking the following for Table layouts:
tblGroup
GroupID (autonumber)
GroupA
GroupB
tblProduct
ProductID (autonumber)
product1
product2
I am not sure what to do with the date fields? Should I have a Day table, a
month table, and a year table? I am thinking I would use a dependent combobox
date form to select the date (The reason I am thinking of doing this this way
is The year, for example, would determine whether or not Feb has 29 days, in
addition to, if I choose December from the first combobox, the second combo
box would show 31 days)
With respect to the above, I would like the year to default to the current
year (we are still updating previous years data) but am unsure how to do this.
Also, I would like a warning if there is already data stored for a specific
day to make the data input person aware they may be entering informaton in on
the wrong date.
Any help would be sincerely appreciated!
Thanks,
Bill