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.