J
jscoleman
So I'm working on creating an order tracking database. My 2 main
tables (products and contact tables exist as well) are Orders and
OrderDetails.
Orders table contains basic order information (who ordered it,
required shipping date, approved by, etc), OrderDetails contains the
product thats ordered, the Quantity and so on.
Orders table contains a key field that uses AutoNumber to generate the
key index. I want that Order # to populate OrderID (same field name
on both forms) on the OrderDetails table.
I've tried using SetValue but even though the database is "trusted" I
can't seem to run it. Am I going to be forced to used VBA (which I
have yet to try to learn)?
Right now both forms Orders and OrderDetails both have their own
forms, OrderDetails being the subform placed as a continous form
within Orders form. OrderDetails and Orders are linked by OrderID.
Is there anywhere I can learn more about what I need to do or is there
a simple answer to all of this?
Thanks!
tables (products and contact tables exist as well) are Orders and
OrderDetails.
Orders table contains basic order information (who ordered it,
required shipping date, approved by, etc), OrderDetails contains the
product thats ordered, the Quantity and so on.
Orders table contains a key field that uses AutoNumber to generate the
key index. I want that Order # to populate OrderID (same field name
on both forms) on the OrderDetails table.
I've tried using SetValue but even though the database is "trusted" I
can't seem to run it. Am I going to be forced to used VBA (which I
have yet to try to learn)?
Right now both forms Orders and OrderDetails both have their own
forms, OrderDetails being the subform placed as a continous form
within Orders form. OrderDetails and Orders are linked by OrderID.
Is there anywhere I can learn more about what I need to do or is there
a simple answer to all of this?
Thanks!