G
Guest
One part of the database that I am building is about SupplyItems and the
Packages that they come in.
I have three tables:
Packages available (keyed by PackageID)
SupplyItems available (keyed by SupplyItemID)
and a third table to resolve the many to many (keyed by both of the primary
keys)
I'm trying to build a query that will be the basis of a subform that will
allow me to associate supply items and packages. But the query that I have
that relates these three tables will let me update records but not insert new.
I know I'm thinking wrong - but I don't know how. Can anyone steer me right?
Packages that they come in.
I have three tables:
Packages available (keyed by PackageID)
SupplyItems available (keyed by SupplyItemID)
and a third table to resolve the many to many (keyed by both of the primary
keys)
I'm trying to build a query that will be the basis of a subform that will
allow me to associate supply items and packages. But the query that I have
that relates these three tables will let me update records but not insert new.
I know I'm thinking wrong - but I don't know how. Can anyone steer me right?