To start off, I am a serious "newbe" to Access, and have probably made countless mistakes thus far in the design of this database.
I work as a fleet mechanic for a University in DC, and am trying to keep track of the maintenance on our vehicles. To do this I created a pretty simple Access 2010 database.
Everything was going pretty well until I realized that I couldn't go any further without some help... so here I am!
In an effort to maintain an inventory of certain parts for our fleet vehicles (i.e. tires, batteries, oil filters, etc.), I need to count how many of each item we should keep in stock.
Here is what I have created thus far:
My goal is to be able to print a report that shows us how many of each of those items (i.e. tires, batteries, oil filters, etc.) we should keep in stock (i.e. 10 of our vehicles use a 205/75R/15 tire, so we should keep at least 10 of them in stock).
Can anyone help me to figure out the best way to do this???
Thank you in advance for your assistance.
dgaletar
I work as a fleet mechanic for a University in DC, and am trying to keep track of the maintenance on our vehicles. To do this I created a pretty simple Access 2010 database.
Everything was going pretty well until I realized that I couldn't go any further without some help... so here I am!
In an effort to maintain an inventory of certain parts for our fleet vehicles (i.e. tires, batteries, oil filters, etc.), I need to count how many of each item we should keep in stock.
Here is what I have created thus far:
1. A main form/table consisting of each vehicles basic info (i.e. truck number, license plate numbers, VIN numbers, etc.). The primary key for this form/table is the truck number that we have assigned to it.
2. A sub-table/form on the main form that hosts the specific "drivetrain " information for each of these vehicles (i.e. engine size, transmission type, seating capacities, etc.).
3. Another sub-table/form on the main form that hosts each vehicles specific parts used.
2. A sub-table/form on the main form that hosts the specific "drivetrain " information for each of these vehicles (i.e. engine size, transmission type, seating capacities, etc.).
3. Another sub-table/form on the main form that hosts each vehicles specific parts used.
- The second sub-table pulls all of its data choices from separate tables that host the products used themselves (i.e. tires: table = holds a listing of all of the tire sizes that these vehicles use; batteries: table = holds a listing of all of the batteries that these vehicles use; etc.).
My goal is to be able to print a report that shows us how many of each of those items (i.e. tires, batteries, oil filters, etc.) we should keep in stock (i.e. 10 of our vehicles use a 205/75R/15 tire, so we should keep at least 10 of them in stock).
Can anyone help me to figure out the best way to do this???
Thank you in advance for your assistance.
dgaletar
Comment