Inventory Management

Hi

The following is one way of doing Data Input for Containers Received.

This is showing all data for Container Nr 1
 

Attachments

  • Warehouse.JPG
    Warehouse.JPG
    102.1 KB · Views: 266
Mike, that is almost to the T what I am trying very, very poorly to describe.
 
Mike, that is almost to the T what I am trying very, very poorly to describe.
It is only very roughly put together and there is no validation.

Here with a copy of the Db
 

Attachments

Cool. Ill tinker with it and see what can be done.
 
It is very little trouble to include warehouse support in the initial design. It is much harder to add it after the fact if it is ever needed.
That is very fair. I will make sure to keep add/keep the ability to handle multiple warehouses.
 
Mike, I am going over the example you provided now and am confused how you managed to link one of the subforms to a text box control. I have personally never seen that done and when I try to replicate it, it gives me the parameter pop up.
 
I agree with Pat that you should keep the multiple warehouse option open. Here is a model that will do that. I didn't create a separate table for warehouses, but you can enter the name in the location table anyway. You will also notice that Customer A has 2 Jobs entered. I entered a test Job to show how it looks if a single material type or description is located at two different locations. You can enter how many at each location. In this case, 5 at two locations for 10 total. Just delete that Job for Customer A after you look at it if you wish. I'll leave it up to you to enter the quantities received and dates.
 

Attachments

Mike, I am going over the example you provided now and am confused how you managed to link one of the subforms to a text box control. I have personally never seen that done and when I try to replicate it, it gives me the parameter pop up.
Hi

It is a standard Forms Reference:-

=[Forms]![Name of Main Form]![Name of Subform].[Form]![Name Of Control on Subform]
 
I just want to brainstorm a bit before I begin full on developing something and see what others think. My thought process might end up a little disjointed so bear with me.

Background:
My work has a "bill and hold" area where the material is already invoiced and paid for, therefor it is customer property and is unable to be handled by our companies system any longer. To keep track of this material, we currently use a shared Excel file where all information is kept and updated by upwards of 5 people and lately they have had problems with several trying to access it at the same time and about a week ago became corrupted and was nearly lost.

Mission:
I would like to create an Access app that when material is received, all relevant information is entered, such as PO, catalog numbers, quantity, any damage, attach bill of lading and how many packages and/or pallets and other odds and ends. From there it would prompt them to enter/select bin locations based on number of pallets/boxes entered from a list of currently open locations (aisle, bay, row). With this, I do already see a slight problem as sometimes a single pallet could take up 2 spaces which would be the entire bay. Once all of this is entered and the locations are verified to be open, labels could be created to attach to the material (no barcodes, just visual labels).

Material would be kept under master project names, so when the first shipment arrives, the project would have to be created before the material could be entered. Once a job is complete and there are no more items stored under a project, it would ask if the project is complete and close the project if it is.

When material needs shipped, you will be able to open a project and see all the material that is under said project and select it and enter a quantity to ship that is up to the amount in that location, if you exceed the amount, you must choose another location to pull from. If the quantity in the location is not fully depleted, a new label would be created that would show the remaining quantity. If the entire amount is used, that bin location would become available for use yet again.

Based my thought process so far, how complicated would this be? Does anyone foresee hurdles to this?
Hi,

I am looking to create a simple inventory tracking automation. I can’t seem to get it working.

I have an Item in Board 1 that uses 1 unit of stock in a process. Once that process is marked as status complete i want the Inventory item In Board 2 to decrease the total stock amount by 1 unit (Unit amount used in item process of board 1). For example:

When Status changes to Complete in an item of Group 1 in Board 1, decrease number value of Item’s Inventory column value of "Board 2 " in Group 1

I hope my outline above makes sense. Is this possible? any help would be greatly appreciated. I am not looking to spend extra on external apps and integration software
 
Hi
It is best that you start a new thread rather than hijacking this thread.
 

Users who are viewing this thread

Back
Top Bottom