Results 1 to 3 of 3
  1. #1
    Anugerah is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Jan 2018
    Posts
    15

    Form with call data functions

    Hi..

    I am quite familiar with basic access to input record to show in report and create form.
    But, I need to make different new stuff i never tried before.

    I am working to make maintenance job card for all equipment.
    When the maintenance date comes, I have to prepare a worksheet containing all work to do (like change engine oil and change fuel filter, etc) and spare parts required.
    Different equipment will have different work and spareparts to do. Different service type (service A, B, C) also has differnet worksheet

    So, I need a form that will automatically call the worksheet depends on the equipment that will undergo maintenance and its service type.
    I also have to record all the worksheet that I have generated to mechanics


    Is it possible to do that in access?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    yes. the car would have a tMaintenance table with services and the DueDate.

    veh, Maint, DueDate
    123, Oil Chg, 10/1/18
    333, Fuel Filter, 12/1/18

    the query would pull items to do that day (or week, etc)
    then make report, or export to XL.
    perform the mainenance, then reset the date.

  3. #3
    Anugerah is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Jan 2018
    Posts
    15
    Quote Originally Posted by ranman256 View Post
    yes. the car would have a tMaintenance table with services and the DueDate.

    veh, Maint, DueDate
    123, Oil Chg, 10/1/18
    333, Fuel Filter, 12/1/18

    the query would pull items to do that day (or week, etc)
    then make report, or export to XL.
    perform the mainenance, then reset the date.
    Thanks for your response

    But could I have the record for every worksheet I generated in the table this way if I have to reset the date?
    I need every worksheet recorded so it will get unique ID each.

    I attached form containing maintenance history.

    I would like to add only the inventory number (vehicle number) and code (service type: A1/A2/B etc)
    And then all the works below (change oil, etc) and spare parts could appear automatically from separated table prepared beforehand.
    This way, I don't need to type all the works everytime I need generate worksheet.
    This worksheet is generated before maintenance. It will contain all the works the mechanic has to do for every maintenance job.
    Attached Thumbnails Attached Thumbnails Untitled.jpg  

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

Similar Threads

  1. Call back data from 1 day before
    By Anugerah in forum Queries
    Replies: 15
    Last Post: 01-08-2018, 04:08 AM
  2. Call data into subform within a form
    By pwelch in forum Forms
    Replies: 4
    Last Post: 03-30-2017, 09:36 AM
  3. Replies: 3
    Last Post: 06-08-2014, 05:36 PM
  4. Replies: 18
    Last Post: 11-09-2010, 02:39 PM
  5. Call Excel Data into Access table
    By jiguvaidya in forum Import/Export Data
    Replies: 0
    Last Post: 09-15-2008, 04:58 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