Hi,
I have 3 tables. Each has a field batch_id.
In my record selection statement I select batch_id's from tableA whose timestamps fall between a start and end parameter.
tableB is linked and I get data for those same batch_id's.
tableC is my problem. I want to exclude any batch_id that appears in TableC.
How do I set that up?
thanks
mark
I have 3 tables. Each has a field batch_id.
In my record selection statement I select batch_id's from tableA whose timestamps fall between a start and end parameter.
tableB is linked and I get data for those same batch_id's.
tableC is my problem. I want to exclude any batch_id that appears in TableC.
How do I set that up?
thanks
mark