Results 1 to 4 of 4
  1. #1
    wolfm is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2013
    Posts
    93

    List out items from a value list in a form

    Hello:


    On the attached database, users are entering orders for a particular job, found in the "Shows" table. There can be many orders to one show, so I have it setup with a one-to-many relationship.
    They use "Order Entry Form", to do so. This form has the "Shows" form on top, and an "Orders" subform.
    So, users select from a list of menu items, contained in "Products" table, and add a quantity for each item, once they find the particular show.New Forecasting - Copy.zip

    My question is: Can the subform list out all of the menu items without clicking on the drop down box, and the user just enters quantity for the appropriate item? I am thinking order entry would be quicker, with less clicking. Am I just missing a property setting for this field?

    Thank you!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,963
    This would require code that creates records. Then requery the Orders subform to display those records for further edit.

    Which equipment items would you want to establish records for? The Products table has a lot of records and a variety of options.
    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
    wolfm is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2013
    Posts
    93
    Idealy I would like all equipment items in "Products" to be displayed on the form, and then user puts the correct quantity next to it. But, yes I guess I would only want a record created if there is a quantity entered.

    Quote Originally Posted by June7 View Post
    This would require code that creates records. Then requery the Orders subform to display those records for further edit.

    Which equipment items would you want to establish records for? The Products table has a lot of records and a variety of options.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,963
    The only alternative I can see is to have a quantity field in the Products table. Open form to that table, go down the list and enter quantity. Then code saves records to Orders table for each item that has quantity and associates those records with the current Show record. Then an UPDATE action clears the quantity field, ready for the next use.
    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. Replies: 7
    Last Post: 06-20-2013, 12:09 PM
  2. Replies: 4
    Last Post: 02-07-2013, 03:58 PM
  3. Items in a List Box
    By looloo in forum Queries
    Replies: 3
    Last Post: 09-23-2011, 11:36 PM
  4. Edit List Items
    By Broderhol in forum Forms
    Replies: 3
    Last Post: 02-23-2011, 05:51 PM
  5. list box items
    By thewabit in forum Forms
    Replies: 12
    Last Post: 01-01-2010, 08:59 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