feathers212
Registered User.
- Local time
- Today, 05:10
- Joined
- Jan 3, 2007
- Messages
- 27
I am trying to incorporate inventory counts into my database.
Inventory counts are conducted once a week on most of our materials. I want to create a Count Entry Form that will allow the numbers to be entered and then stored in one large table that is then used for reporting on the materials. Once a user enters all of the counts in the Count Entry Form and clicks on a button, the information should then be sent to the Count Table. I want this Count Table to have the following fields: Date, Material, and Quantity. The Count Entry Form and the Count Table are UNBOUNDED and not even connected (Count Entry Form is to draw NO initial info from Count Table).
The materials requiring counts vary based on the category that the material falls into and whether or not the material has been discontinued. My hope is to create the Count Entry Form based off of these criteria first, and then use it to enter the counts as mentioned above.
I have the queries in place to create the lists of materials to be counted. However, I am now unable to create a Count Entry Form that uses an UNBOUND text box for entering the counts. Any method that I have tried so far has failed when I try entering a value into the box (i.e. entering a 1 into one box results in a 1 being automatically populated in all the other boxes as they are all "linked together" as one).
Any suggestions on getting something like this to work?
I have also tried creating a temporary table based on the materials to be counted query that could be linked to the Count Entry Form and be used to temporarily hold the count data prior to moving it to the Count Table. I have not figured out how to add an additional field (count quantity) to this tempory table prior to using it in the Count Entry Form, let alone how to then link this information to my main Counts Table.
Am I going about this in the totally wrong way?? I DO NOT want to create a table that uses Count Date, Material 1 Count, Material 2 Count, etc. as it's fields to keep track of counts as we are constantly adding and deleting materials used. Also, I don't want to have to split the counts into individual material count entries (I already have another portion of the database setup like this, but don't want to use it hear as I feel it would increase the time and effort in entering counts).
Sorry for such a long explanation, just trying to cover everything that I can think of for right now.
Please help!!
Inventory counts are conducted once a week on most of our materials. I want to create a Count Entry Form that will allow the numbers to be entered and then stored in one large table that is then used for reporting on the materials. Once a user enters all of the counts in the Count Entry Form and clicks on a button, the information should then be sent to the Count Table. I want this Count Table to have the following fields: Date, Material, and Quantity. The Count Entry Form and the Count Table are UNBOUNDED and not even connected (Count Entry Form is to draw NO initial info from Count Table).
The materials requiring counts vary based on the category that the material falls into and whether or not the material has been discontinued. My hope is to create the Count Entry Form based off of these criteria first, and then use it to enter the counts as mentioned above.
I have the queries in place to create the lists of materials to be counted. However, I am now unable to create a Count Entry Form that uses an UNBOUND text box for entering the counts. Any method that I have tried so far has failed when I try entering a value into the box (i.e. entering a 1 into one box results in a 1 being automatically populated in all the other boxes as they are all "linked together" as one).
Any suggestions on getting something like this to work?
I have also tried creating a temporary table based on the materials to be counted query that could be linked to the Count Entry Form and be used to temporarily hold the count data prior to moving it to the Count Table. I have not figured out how to add an additional field (count quantity) to this tempory table prior to using it in the Count Entry Form, let alone how to then link this information to my main Counts Table.
Am I going about this in the totally wrong way?? I DO NOT want to create a table that uses Count Date, Material 1 Count, Material 2 Count, etc. as it's fields to keep track of counts as we are constantly adding and deleting materials used. Also, I don't want to have to split the counts into individual material count entries (I already have another portion of the database setup like this, but don't want to use it hear as I feel it would increase the time and effort in entering counts).
Sorry for such a long explanation, just trying to cover everything that I can think of for right now.
Please help!!