I need some advice and clarity. In a standard DB model, you strive for normalization.
In my solution I have a Program and the Program has many sub-programs. From what I can tell, in order for the filtered lookup feature to work, I can't normalize those entities; I would have to put a sub-program field on the Program entity. Then the form on which I want to force a dependent lookup from Sub-Program to Program would be a filtered lookup.
Is there any way to filter a lookup based on another lookup and have the entities for those two lookups be separate rather than one?
*This post is locked for comments
I have the same question (0)