I am drawing a blank. I have a form with two tables and would like to do a where clause on the lower level tables.
I tried: T1 - master table T2 - lower level table Edit using formname where T2.columnname = 'clause' But it does not work. How do you filter the lower level tables results?? TIA Dan Goldberg

