G
Guest
I have a table with three different transaction types. It's Primary key is
"WBS". The source table for main form has the same primary key and is set as
a one-to-many relationship with the table having different transaction
types...
I want to develop a form where the user selects the WBS, and ther system
displays three separate subforms, each based on the same table with each
selecting all records of a given transaction type. I'd prefer they be
updateable.
The form/subform relationship seems to work fine. When I select WBS "XYZ",
the subforms all jump to transactions related to "XYZ" just fine. Sadly, they
don't filter for transaction type (no matter what I do to their control
source or filter properties...), so all three subforms are essentially
identical.
I was able to make it work by using queries as the source for the subforms,
but they become non-updateable.
Any Ideas?
"WBS". The source table for main form has the same primary key and is set as
a one-to-many relationship with the table having different transaction
types...
I want to develop a form where the user selects the WBS, and ther system
displays three separate subforms, each based on the same table with each
selecting all records of a given transaction type. I'd prefer they be
updateable.
The form/subform relationship seems to work fine. When I select WBS "XYZ",
the subforms all jump to transactions related to "XYZ" just fine. Sadly, they
don't filter for transaction type (no matter what I do to their control
source or filter properties...), so all three subforms are essentially
identical.
I was able to make it work by using queries as the source for the subforms,
but they become non-updateable.
Any Ideas?