Results 1 to 4 of 4
  1. #1
    phil210293 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2020
    Posts
    10

    Creating a multi-select list similar to the wizard field selection

    I am creating a database that tracks inspections of assets and logs the findings from the inspections. I have a table of assets, a table of inspections, and a table of defects. An inspection can note multiple defects, and a defect can be present across multiple inspections of an asset, so they have a many-to-many relationship through a join table.



    I would like to create some sort of pop up form when logging a new inspection that allows defects noted on the previous inspection of an asset to also be associated with the new inspection; the most appropriate format for this would be something very similar in appearance to the creation wizard in access, where there is a list of defects from the previous inspection on the left, and buttons to move them over to a list on the right, whereupon a record would be created in the join table associating the InspectionID with the DefectID. There will be an additional button to create a new defect log if anything new is noted during an inspection.

    As I mentioned in my previous post, I am very new to Access and probably trying to run before I can walk, but currently I am handling the creation of inspection reports manually in Word, which is extremely time consuming, and the sooner I can migrate my work to a database the better.

    Thanks in anticipation,

    Phil

  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,654
    I think what you're looking for is commonly refered to as a Pick List.
    Try googling that and I'll look around for an example.

    edit: Here's a file with a few listbox examples. The picklists use a double click to select items but you can modify that to use command buttons if you like.
    Attached Files Attached Files

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Multi select listbox requires programming.
    but if you use a temp table with a checkbox field so the user can mark the items,then you only need to use queries.

  4. #4
    phil210293 is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2020
    Posts
    10
    Quote Originally Posted by moke123 View Post
    I think what you're looking for is commonly refered to as a Pick List.
    Try googling that and I'll look around for an example.

    edit: Here's a file with a few listbox examples. The picklists use a double click to select items but you can modify that to use command buttons if you like.

    Thank you moke123, that looks exactly like what I need!

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

Similar Threads

  1. Replies: 10
    Last Post: 10-26-2019, 12:15 PM
  2. Replies: 2
    Last Post: 04-26-2019, 01:21 PM
  3. Replies: 4
    Last Post: 01-29-2016, 12:12 PM
  4. Replies: 6
    Last Post: 08-15-2012, 04:05 PM
  5. Replies: 8
    Last Post: 12-22-2010, 08:12 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