Results 1 to 4 of 4
  1. #1
    Black_Blade is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2014
    Posts
    2

    Simple database input form for non computer savvy people?

    Hello everybody, I have just began trying to learn how to create a few simple databases for a place I work. Its a cab company that has about 40 cars in its fleet, I am an apprentice auto service tech under the two mechanics and am trying to improve the organization of the repair shop. At the moment all the vehicles in the fleet are brought in every month for a safety inspection, where all things are checked over to ensure the vehicles are in good working order. All the cars have a binder in which all service records are kept, but this form is one of those ones thats been copied a million times too much and is barely legible, as is the handwriting of the mechanics when they fill out the forms each time a vehicle is brought into the shop. The next issue is whenever there is any question about what work has been done on a particular car, searching back through these hard to read forms is time consuming to say the least. The last issue concerns the stockroom where commonly needed parts are kept, I have been given the job of organizing this room, which has lead me on this crusade to fix all three problems..lol.

    The owners of the company are neither computer savvy nor have more than a passing basic knowledge of auto mechanics, just know enough to get by in both departments. The mechanics I am apprenticed under, while of course having the automotive know how, are at a loss with using computers, we have a PC that has service/repair programs on them (Mitchell On Demand, etc) and the limit of their skills is knowing how to pull up something on these programs and printing off a page of information from it.

    I am trying to put together as simple of a system as possible that would enable me to have an easy to use input form to replace the paper copies now being used. This would be the fleet service logs. One of the fields of this form would be for any parts used from the stockroom or have to be ordered in as needed. So this field would be linked to another table that is basically our inventory of parts, which would be updated whenever a part is used in a repair or when we order in more stock.

    The owners don't have the funds to have a computer tech company to design them some software for all this, so I am going to attempt to figure this out (with help ) for them, so that the repair shop can run more organized and the ordering of parts that get we already have can be eliminated.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Welcome aboard! I actually also work for a cab company (plus limos and buses) and have written that type of application. I don't see a question, so I'll just recommend researching normalization, as getting the table layout correct is half the battle. Here's one link:

    Fundamentals of Relational Database Design -- r937.com
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    Black_Blade is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2014
    Posts
    2
    I have made a few tables, and also a form to input any repairs needed to any car on the fleet, but the moment they are not connected in any way. How would I go about linking the column "parts", which is any parts used in a repair, to the corresponding column on the other table that is the inventory of all the parts. Can you have the inventory amount decrease by one everytime you use a part?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Typically you would use a combo box that got its selections from the parts table but was bound to the repair table.

    As to decreasing the inventory, I wouldn't bother. I calculate quantity on hand on the fly, by subtracting parts used from parts received. There's a discussion of the concept here, though his function is overkill in smaller applications:

    http://allenbrowne.com/AppInventory.html
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Simple Database - computer parts, colours and materials
    By TeaBase in forum Database Design
    Replies: 8
    Last Post: 11-15-2013, 12:28 PM
  2. Simple input mask
    By BPB6 in forum Access
    Replies: 8
    Last Post: 10-18-2012, 06:34 AM
  3. Replies: 0
    Last Post: 12-28-2009, 12:14 PM
  4. Best way to organize a small database of people?
    By Orabidoo in forum Database Design
    Replies: 1
    Last Post: 06-09-2009, 10:13 PM
  5. Database Form Input Masks
    By scartmell in forum Forms
    Replies: 1
    Last Post: 08-12-2008, 01:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums