D
Doug MacDonald
I have 3 tables: tblItem, tblQuality and tblOrder.
tblItem fields: ItemID and ItemName.
tblQuality fields: QualityID, QualityType, ItemID.
tblOrder fields: OrderID, ItemID, Quantity
I can create a 1 to 1 query (qryItemQual) with tblItem and
tblQuality and I am able to update and add records within
the query.
I want to create another 1 to many query using qryItemQual
(1) and the table tblOrder (many). I want to be able to
add records through this query but it is not updateable.
It shows the records that are currently in the three
tables but doesn't allow me to update or add records.
The tables and the queries are all joined by ItemID.
Does Access allow me to use the queries and tables as
described above?
tblItem fields: ItemID and ItemName.
tblQuality fields: QualityID, QualityType, ItemID.
tblOrder fields: OrderID, ItemID, Quantity
I can create a 1 to 1 query (qryItemQual) with tblItem and
tblQuality and I am able to update and add records within
the query.
I want to create another 1 to many query using qryItemQual
(1) and the table tblOrder (many). I want to be able to
add records through this query but it is not updateable.
It shows the records that are currently in the three
tables but doesn't allow me to update or add records.
The tables and the queries are all joined by ItemID.
Does Access allow me to use the queries and tables as
described above?