Here's my sample case
I have to forms:
Form1
Product
Color
Size
Owner (lookup based on Name in Form2)
Form2
Name
City
I'd like to have a view based on Form1 and sort for a specific city (and maybe not showing City in the view).
Thanks for your help.
Pascal | nsisolution