J
jlp
Hello -
I have a parent table
tbl_Orders
Order_ID (pk)
OrderType (corresponds to different child tables)
OrderDate
RequestorName
QuickDescription
There are 5 different child tables that an order could
use depending on which type of order they are placing.
Basically, all of those tables are set up as follows, but
with 10-20 different fields in each table that correspond
to that order type.
tbl_OrderDetails_Type1
type1details_ID (PK)
Order_ID
Field1
Field2
Field3
What I need to do, is when the user enters the Order
information for the Parent table, I need the subform to
correspond to the "OrderType" that was selected.
So if they select "OrderType1", I need the subform
relating to tbl_OrderDetails_Type1 to show up, etc...
Any suggestions on how to go about this?
Thank you in advance!!
I have a parent table
tbl_Orders
Order_ID (pk)
OrderType (corresponds to different child tables)
OrderDate
RequestorName
QuickDescription
There are 5 different child tables that an order could
use depending on which type of order they are placing.
Basically, all of those tables are set up as follows, but
with 10-20 different fields in each table that correspond
to that order type.
tbl_OrderDetails_Type1
type1details_ID (PK)
Order_ID
Field1
Field2
Field3
What I need to do, is when the user enters the Order
information for the Parent table, I need the subform to
correspond to the "OrderType" that was selected.
So if they select "OrderType1", I need the subform
relating to tbl_OrderDetails_Type1 to show up, etc...
Any suggestions on how to go about this?
Thank you in advance!!