Filter a reference table with another reference table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 11:05 AM
I have 3 tables:
- TRACE Table
+ Name
+ Type (reference to Type Table)
+ Sub-Type (reference to Sub-Type Table)
- TYPE Table
+ Name
- SUB-TYPE Table
+ Name
+ Type (reference to Type Table)
FORM
In my Trace form, I added the 3 fields (TRACE.Name, TRACE.Type, TRACE.Sub-Type).
I would like to filter the sub-types based on Type selection.
I am lost 😞 How can we do that ?
0 REPLIES 0