Results 1 to 7 of 7
  1. #1
    faca is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    52

    Client and car form (mechanic database)

    Hello!

    I would like to ask what would be the best way (how to do it) to display client and his/her cars in same form? Currently i have list of clients in one form and list of cars in other form.

    Tables ->

    Client:

    ClientID
    FirstName
    LastName
    Address
    City
    Country
    MobileNumber
    Email

    Car:
    CarID
    ClientID
    Make
    Model
    Year
    Transmission
    Fuel
    LicensePlate
    VIN




    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    Use form/subform arrangement. Or build a report.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,793
    Agreed. Your table structure doesn't allow for any history though. The way you have it, there is no field to archive a vehicle and I'd suspect wherever you do business, the law would require you retain information for a set period of time. If not, you should, just to CYA. Likely you don't care to keep historical plate numbers, but just in case - you can't do that either.
    From an ex meck-u-nick
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  4. #4
    faca is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    52
    Quote Originally Posted by Micron View Post
    Agreed. Your table structure doesn't allow for any history though. The way you have it, there is no field to archive a vehicle and I'd suspect wherever you do business, the law would require you retain information for a set period of time. If not, you should, just to CYA. Likely you don't care to keep historical plate numbers, but just in case - you can't do that either.
    From an ex meck-u-nick

    This database was made for my friend and it is strictly made for private use.. he asked me if i can make him program beacuse he was using book (in his book were list of clients, cars and all services he done all written by himself).

    Problem was that book was full really fast and for example if he needed to know what he did to client's car 4 months ago it took him 10-15 minutes to find that note. Now with access this is a lot easier...

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    You need another table for Services if you want historical records.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #6
    faca is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    Mar 2018
    Posts
    52
    Quote Originally Posted by June7 View Post
    You need another table for Services if you want historical records.
    Yes, i have that. I was just asking what would be the best way to list clients and cars in same form.

    What i have now is:

    One continuous form where all the clients are listed and one continuous form where all cars are listed but i would like to have both in same form.



    For example i'll search for client and click button cars and ill get popup or something too see which cars belong to this client.

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,902
    A main form in Single view for clients and subform in Continuous or Datasheet for cars. Or review http://www.fmsinc.com/MicrosoftAcces...edSubforms.asp
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Ms Access Client Database Question
    By prinsr in forum Access
    Replies: 5
    Last Post: 07-15-2015, 08:00 AM
  2. Help me figure out a client database? Thanks you.
    By KaelAltreul in forum Database Design
    Replies: 1
    Last Post: 02-28-2013, 10:04 PM
  3. Client/Event Database help
    By akrasodomski in forum Access
    Replies: 3
    Last Post: 04-16-2012, 08:03 AM
  4. Client Server Database
    By vaikz in forum Database Design
    Replies: 4
    Last Post: 08-02-2010, 04:33 AM
  5. client database for insurance sales
    By rublerv in forum Access
    Replies: 1
    Last Post: 03-25-2010, 08:00 AM

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