G
Guest
Hi,
I have a problem with inputing data into a query made up of several tables.
To be specific: I have a main form "Orders"(one order just for one supplier only and deliver to one destination), and a sub form "Orders Details". I am creating the query for the sub form. This is pretty much similar with the sample database "Nothtwinds", but the underlying tables are a bit more tricky. the underlying tables include:
1, table Orders Details: OrderID, ComponentID, quantity
2, table Components: ComponentName, ComponentID
3, table Component Details: componentID, SupplierID, UnitCost
I want the query to display and be able to input:
1, ComponentName
2, Quantity
3, UnitCost
4, ExtendedCost
and finally, i want to create a subform based on the query for the main form, to input and store the Order's details
How should i do this?
Any help will be highly appreciated!
Goodman
I have a problem with inputing data into a query made up of several tables.
To be specific: I have a main form "Orders"(one order just for one supplier only and deliver to one destination), and a sub form "Orders Details". I am creating the query for the sub form. This is pretty much similar with the sample database "Nothtwinds", but the underlying tables are a bit more tricky. the underlying tables include:
1, table Orders Details: OrderID, ComponentID, quantity
2, table Components: ComponentName, ComponentID
3, table Component Details: componentID, SupplierID, UnitCost
I want the query to display and be able to input:
1, ComponentName
2, Quantity
3, UnitCost
4, ExtendedCost
and finally, i want to create a subform based on the query for the main form, to input and store the Order's details
How should i do this?
Any help will be highly appreciated!
Goodman