I have two forms:-FormA: Users (@V3UserName) associated with products
-FormB: Details for products
And two views:
-ViewA: “SELECT FORM=FormA”, Col1=user, Col2=product
-ViewB: Details for all products associated with the user
For the SELECT statement in ViewB, I expected to use @DBLOOKUP against ViewA to identify the products associated with the current user, but I find @DBLOOKUP does not work in SELECT statements.
Any suggestions?