I have two tables:
ORDERS
Order Number (primary key)
Customer
Order date
Dispatched
Paid
etc
ORDER ITEMS
(Autonumber)
Order Number (related to order no in the other table)
Item
I want a form on which I can enter the data for order number, customer etc, and then, from combo boxes, select up to 8 items from the catalogue (the combo boxes are liked to another table with the catalogue)
this form then must create a new record in the ORSERS table, and multiple records in the ORDER ITEMS table (one for each item selected in the combo boxes).
Is this possible, and how could it be done?
Thanks a lot,
Robin
At the moment I have one form, with record source ORDERS, and then another embedded table ORDER ITEMS, with the combo boxes. however, I'm pretty new to acces in general. I figure I would need to write code to achieve my goal, and although I am ok at VD code, I dont really know where to start with access.
ORDERS
Order Number (primary key)
Customer
Order date
Dispatched
Paid
etc
ORDER ITEMS
(Autonumber)
Order Number (related to order no in the other table)
Item
I want a form on which I can enter the data for order number, customer etc, and then, from combo boxes, select up to 8 items from the catalogue (the combo boxes are liked to another table with the catalogue)
this form then must create a new record in the ORSERS table, and multiple records in the ORDER ITEMS table (one for each item selected in the combo boxes).
Is this possible, and how could it be done?
Thanks a lot,
Robin
At the moment I have one form, with record source ORDERS, and then another embedded table ORDER ITEMS, with the combo boxes. however, I'm pretty new to acces in general. I figure I would need to write code to achieve my goal, and although I am ok at VD code, I dont really know where to start with access.
Last edited: