Hello all,
I'm struggling with finding a correct design layout for my Acces databse.
This is currently what I have:
A Form where the user can select 4 different parts in comboboxes. After selecting the cost of each part should appear in the textbox. When the button is pressed the values will be stored to tblOrders (the form is bounded to it).

This table contains all the existing parts. These values are the rowsources for the comboboxes.

All the Form values are stored with a OrderID in this table:

This is the Query I want to run to see which parts are used in each orderID. Clearly this wont work because there are multiple columns with identical names.

Can someone please point me in the correct direction to turn this database into a proper one.
Kind regards,
Jeroen3131
I'm struggling with finding a correct design layout for my Acces databse.
This is currently what I have:
A Form where the user can select 4 different parts in comboboxes. After selecting the cost of each part should appear in the textbox. When the button is pressed the values will be stored to tblOrders (the form is bounded to it).

This table contains all the existing parts. These values are the rowsources for the comboboxes.

All the Form values are stored with a OrderID in this table:

This is the Query I want to run to see which parts are used in each orderID. Clearly this wont work because there are multiple columns with identical names.

Can someone please point me in the correct direction to turn this database into a proper one.
Kind regards,
Jeroen3131


Comment