473,405 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Advanced Inventory Management

blyxx86
256 100+
Hey everyone, I'd really appreciate your help here on how to pull this one off...

I'm trying to keep track of a serialized inventory by customer / customer location.

So far I've figured out how to maintain an inventory using Allen Browne's example, but that is for a single inventory location. I am essentially looking how to set up relationships for multiple locations. Also, since the equipment is mostly serialized the quantity of most items is 1 as the serial number makes it unique.

Any ideas on how to accomplish this? I am not looking for someone to create it for me, just guide me in the right direction.
Aug 6 '07 #1
3 2105
Rabbit
12,516 Expert Mod 8TB
So... each customer will only be related to one location right?
Aug 6 '07 #2
blyxx86
256 100+
So... each customer will only be related to one location right?
Sorry... Let me try to explain a little bit more.

Each customer will have many possible shipping locations, but will only have one warehouse location.

I'm trying to keep track of customer owned inventory more efficiently than it currently is being done.
Aug 7 '07 #3
Rabbit
12,516 Expert Mod 8TB
Sorry... Let me try to explain a little bit more.

Each customer will have many possible shipping locations, but will only have one warehouse location.

I'm trying to keep track of customer owned inventory more efficiently than it currently is being done.
So, from the sounds of it, your tables would be designed like this:

Expand|Select|Wrap|Line Numbers
  1. tbl_Customer
  2. CustomerID; Autonumber; PK
  3.  
  4. tbl_Location
  5. LocationID; Autonumber; PK
  6. CustomerID; Number; FK
  7.  
  8. tbl_Inventory
  9. InventoryID; PK
  10. LocationID; Number; FK
  11.  
Aug 8 '07 #4

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

Similar topics

9
by: Frank Ruffolo | last post by:
i've got a basic order entry d-base w/ a form for adding products, etc. can anyone help me w/ inventory control? i want to be able to not only enter a new product but also enter the number of...
3
by: smonczka | last post by:
I am trying to locate an inventory template. I have looked at the one that comes with Access but what I need is a little more complicated. We ship boxes of software and the inventory consists not...
12
by: qt1504 | last post by:
I have two small stores in two different building which is not a LAN network. However, each has an internet access. I am trying to write an inventory program which manage inventory two stores. ...
1
by: chris | last post by:
Has anyone got any experience using off-the-shelf Inventory Management Software? I've tried demos of both: WASP MobileInventory and iMagic Inventory. While both offering great features in...
1
by: vidu13 | last post by:
hi, I am going to appear for Exam# 1Z1-221:Oracle Inventory Management 11i Fundamentals which is the beta version. Is there anyone who has appeared for these exams who can give some tips on...
1
by: Phil | last post by:
I have a supplier database from the microsoft templates Inventory management database. The trouble is when you change the supplier the list of products in the subform remain the same everytime and...
2
blyxx86
by: blyxx86 | last post by:
Great insight needed!! Good evening everyone.. I've come to a point where I can't even fathom how to go forward. I'm attempting to create a serialized inventory. I don't know where to begin....
1
by: sajitk | last post by:
Friends, I am making an inventory management system for my office. I have 3 tables namely; Recd_Items Item_code - FK Item_Recd - Numeric
5
by: sajitk | last post by:
Friends, I am trying to desing an inventory management system for my office. I have designed the database. the details of each table are given below: Emp_Mast E_Code, Text, PK Emp_Name,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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
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,...
0
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...

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.