Hi all,
Suppose we have a table TableA that contains 3 fields A,B and C. This is added to the form Form A which is called from 2 different forms FormX and FormY . The requirement is :
1. If formA is called from FormX the sort order should be C,B then A.
2. If formA is called from FormY the sort order should be A,B then C.
How can this be achieved ?
*This post is locked for comments
I have the same question (0)