Results 1 to 3 of 3
  1. #1
    detaylor1242 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Location
    Lacey, WA
    Posts
    19

    Ticketing project. Use of a sub-form? Multiple items on a ticket.

    I am trying to set up a simple form that the user can enter a ticket number and be able to input multiple items to be associated with the single ticket number. I have one table that contains the following fields. (TicketNo, ConsignorNo, Description, Qty, and Unit_Price).

    I would like a single form that the ticket number is entered on and then multiple items can be entered in a tabular fashion.

    Any help greatly appreciated.


  2. #2
    DubCap01 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2014
    Location
    Dubbo, Australia
    Posts
    104
    Hi DeTaylor,

    Where does the User get the ticket number from? Is it pre-assigned, or is it auto-assigned when entering the first of multiple items?
    Is the ticket number derived from a separate table (TblTicketNumbers?) and the items added to a different table (TblTicketItems?)
    One would hope so, but I don't think anyone can advise till you elaborate a little more

    cheers
    Pete

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    this is a core embedded feature of a 1:many relationship. You need a second table for Items. This Items table must have 1 field that cross references to your main table...maybe TicketNo if it is a unique value always in your main table and the primary key there...

    make a form based on your new second table.

    put your main form into design view, then inset your 2nd table form - the wizard will launch to trigger the linking.

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

Similar Threads

  1. Hide/Show a row on a multiple items form
    By Historypaul in forum Programming
    Replies: 10
    Last Post: 04-20-2014, 10:34 PM
  2. Replies: 1
    Last Post: 01-08-2014, 06:45 PM
  3. Replies: 6
    Last Post: 01-08-2014, 08:25 AM
  4. multiple items form
    By eraengineer in forum Forms
    Replies: 1
    Last Post: 04-17-2013, 03:33 PM
  5. Multiple Items Form - Interaction btw Fields
    By Douglasrac in forum Forms
    Replies: 15
    Last Post: 03-25-2011, 09:31 AM

Tags for this Thread

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