Results 1 to 4 of 4
  1. #1
    dvince86 is offline Novice
    Windows 10 Office 365
    Join Date
    May 2021
    Posts
    1

    Inexperienced access user trying to get an understanding of school access project

    Hi all,



    I have been asked to help a friend with an access database issue as they are stumped, but if I'm honest my knowledge is no better.

    The project is for a mock piece of work in a school where they are making a database for a car sales company.

    They have made different queries and forms to allow them to navigate between customers and cars for sale ect.

    The final aspect is to make it possible to purchase a car.

    The user needs to be able to select a car (which is held in available_cars_table) and then select a customer (held in customers_table) and input that information into a 3rd table that will hold the purchased cars therefore showing which customer purchased the car, the car in 'available_cars_table' is then deleted as it is no longer available to be purchased.

    I have no idea where to start with this as I am not experience in this so reaching out to the community for help.

    Any assistance would be greatly appreciated

    Thanks in advance

  2. #2
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,879
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    needed:
    tCars table
    tCustomer table

    tCustCars table to hold their purchases
    ID (autonum)
    CustID* (long)
    VIN*
    PurchDate
    ...etc.

  4. #4
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,929
    No need to delete the record from the car table - you can exclude them from the available list because a record exists in the sold table. Use a left join query

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

Similar Threads

  1. New Access User Project Help
    By krizzle in forum Access
    Replies: 9
    Last Post: 02-27-2020, 10:29 AM
  2. Need help creating a database for school project
    By SJSUSTUDENT in forum Access
    Replies: 1
    Last Post: 03-18-2017, 03:54 AM
  3. Help with query for school project please!
    By malvenx in forum Queries
    Replies: 7
    Last Post: 12-07-2014, 02:16 AM
  4. School Project
    By stuarthodgsun in forum Queries
    Replies: 1
    Last Post: 05-24-2013, 03:58 PM
  5. School project help please!
    By djcmalvern in forum Programming
    Replies: 4
    Last Post: 03-19-2013, 02:54 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