Connecting Tech Pros Worldwide Help | Site Map

help please

 
LinkBack Thread Tools Search this Thread
  #1  
Old March 25th, 2007, 07:25 AM
stevenichols@orange.net
Guest
 
Posts: n/a
Default help please

Hi first time here so please bear withme,
i am trying to create database of parts and components on stock.it has
usual things like part number, location, description,qty,re-order
level etc. I have got the input side of it working so i can add parts
to database.
i now need to be able to book these parts to a specific machine or
vehicle as required, and then to be able to print a report off with
parts used and keep a system copy for future referance.

i am new to all things access and need help please

thanks

steve44

PS Access 2007 but have 2003 if prefered


  #2  
Old March 25th, 2007, 08:15 AM
Allen Browne
Guest
 
Posts: n/a
Default Re: help please

Big question! If databases are new for you, the first and most important
step will be to get the right table structure.

Consider which of these aspects your database needs to handle:
- parts (Part table)
- suppliers (Supplier table)
- purchase orders to suppliers (PO table)
- the details of parts in an order (PODetail table)
- deliveries received from suppliers (Acquisition table)
- the details of parts in a delivery (AcqDetail table)
- vehicles/machines (Machine table)
- services conducted on machines (Service table)
- parts used in a service (ServiceDetail table)

With those 9 tables in place, you can now calculate your stock level as the
sum of parts received (AcqDetail table) less the sum of parts used
(ServiceDetail table.)

In practice, parts get mislaid or broken, so you probably do periodic
stocktakes as well, so the calculation has a known starting value at a known
date (the stocktake date), and the calculations are conducted on
transactions since that date.

For more details of how this would work, see:
Inventory Control: Quantity on Hand
at:
http://allenbrowne.com/AppInventory.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<stevenichols@orange.netwrote in message
news:1174807438.686314.7170@l75g2000hse.googlegrou ps.com...
Quote:
Hi first time here so please bear withme,
i am trying to create database of parts and components on stock.it has
usual things like part number, location, description,qty,re-order
level etc. I have got the input side of it working so i can add parts
to database.
i now need to be able to book these parts to a specific machine or
vehicle as required, and then to be able to print a report off with
parts used and keep a system copy for future referance.
>
i am new to all things access and need help please
>
thanks
>
steve44
>
PS Access 2007 but have 2003 if prefered
>
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.