473,394 Members | 1,702 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,394 software developers and data experts.

Access for Manufacturing applications

Hey guys,

New to the site and I was hoping someone here could answer a couple questoins.

We are a small manufacturing company that builds performance BMW parts. We are in need of tracking inventory on a completed level basis. By this I mean when we have one Kit or system done and boxed up to go out, we need the inventory system to debit all the parts inventory that went into making that finished good.

Some kits contain three pieces, other contain 20 different pieces. And we are getting to the point where we are too big to just look and see what needs to be reordered and obviously that isn't a good practice anyway.

We don't have the money right now to spend 50,000 on a pro inventory system and was wondering if access will suffice for us.

I have been trying the last few days to set it up myself but i can't figure out the relations and how to tie them all in. A little help maybe a template of some sort would be greatly appreciated. ANY guidance whatsoever would also help.

Thanks,
-Brody-
Mar 13 '07 #1
2 1928
MMcCarthy
14,534 Expert Mod 8TB
Hi Brody

Have a look at this tutorial Normalisation and Table structures.

I think your structure should be something like the following:

tblKit
KitID
KitName

tblPartPerKit (tblKit and tblPart have a many to many relationship so a Join table is required)
KitID
PartID

tblPart
PartID
PartName

tblOrder
OrderID
OrderDate

tblOrderDetail
OrderDetailID
OrderID
KitID
Quantity

tblPartPerKit would store the partID corresponding to every kitID e.g.
Expand|Select|Wrap|Line Numbers
  1. KitID   PartID
  2. 1     3
  3. 1     6
  4. 1     8
  5. 2     5
  6. 2     6
  7.  
PartID 6 is in both KitID1 and 2.

Get this sorted first and you will find you can create queries to work out the rest.

Mary
Mar 13 '07 #2
Thanks Mary, I will give that a shot and see what happens.
Mar 14 '07 #3

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

Similar topics

22
by: script-learner | last post by:
I currently own a fruit and veg business and wish to compuiterise my manual methods in order to reduce labour costs. I spoke to my son who is a whiz on computers and he had a good chat with me and...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
70
by: Neil Ginsberg | last post by:
Does anyone know if a new version of Access is due to come out anytime soon? Thanks, Neil
0
by: Herbert Hess | last post by:
Eastern Ontario manufacturing client requires an MS Access Systems Programmer Analyst . REQUIREMENTS: Good background programming with MS Access (front end), using Windows, and SQL (for back...
7
by: Allison | last post by:
Hi -- we are a small manufacturing looking for a multi-user database to take customer orders (nothing too complicated, with 3 users total). We think we should be using Access, but are wondering...
15
by: sparks | last post by:
We get more and more data done in excel and then they want it imported into access. The data is just stupid....values of 1 to 5 we get a lot of 0's ok that alright but 1-jan ? we get colums...
1
by: shripaldalal | last post by:
Hi, I enter some data in access via ASP which records some goods that are purchased.....only their quantities.....not rate of purchase or anything else. Those goods go for manufacturing at rate...
7
by: ddecoste | last post by:
I have a need to add a visual representation to some data in Access. I need to draw a matix of squares inside another square. I have all the data that I need in a record in Access. The data...
1
by: Webstorm | last post by:
Hi, I hope someone can help me sort this out a bit, Im completely lost. Here is the page I am working on: http://www.knzbusinessbrokers.com/default.asp I have 3 search critera that I need to...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.