angelandgreg
Technical User
I was wondering if someone can assist me with this issue.
This is for projections for inventory items.
There is a file in the company's back office system that stored projections by item number per month.
It will show the 12 periods for the current year and you can also have projections for the next year.
Anyway, I am doing this in MS Access.
I have a table and trying to see if this is the direction I should go or not.
Basically, the user wants to be able to select the number of months to update the projection qty they enter into a field (say ProjectedDemand is the field name).
So if this month (current month) is October and the user selects 6 months to update of the ProjectedDemand qty, I want the query to be able to update that qty (say 100) into the October, November, December, January (of next year), February, and March and so on.
currently the table I have is set-up as such:
ItemNumber
ProjectedDemand
Jan
Feb
Mar, etc ... JanNY, FebNY (NY = NextYear) so there are 24 month buckets along with the ProjectedDemand field.
or I was thinking another table
ItemNumber
ProjectedDemand
Month (this will be filled with Jan, Feb, ... JanNY, FebNY so each ItemNumber will repeat 24 times.
Hope this wasn't too confusing and I made sense?
I am having difficulty as to how I will be able to allow the user to select the number of months they want to update the ProjectDemand qty and how it'll update the following consecutive months of the number they entered.
This is for projections for inventory items.
There is a file in the company's back office system that stored projections by item number per month.
It will show the 12 periods for the current year and you can also have projections for the next year.
Anyway, I am doing this in MS Access.
I have a table and trying to see if this is the direction I should go or not.
Basically, the user wants to be able to select the number of months to update the projection qty they enter into a field (say ProjectedDemand is the field name).
So if this month (current month) is October and the user selects 6 months to update of the ProjectedDemand qty, I want the query to be able to update that qty (say 100) into the October, November, December, January (of next year), February, and March and so on.
currently the table I have is set-up as such:
ItemNumber
ProjectedDemand
Jan
Feb
Mar, etc ... JanNY, FebNY (NY = NextYear) so there are 24 month buckets along with the ProjectedDemand field.
or I was thinking another table
ItemNumber
ProjectedDemand
Month (this will be filled with Jan, Feb, ... JanNY, FebNY so each ItemNumber will repeat 24 times.
Hope this wasn't too confusing and I made sense?
I am having difficulty as to how I will be able to allow the user to select the number of months they want to update the ProjectDemand qty and how it'll update the following consecutive months of the number they entered.