Grouper1138
Programmer
I have a report that needs to draw data from a history and current detail tables.
There was a selection formula that specified only details in a certain date range for the one table.
I added the other file in and I'm trying to get the selection criteria fixed to get all the details from both tables, but I'm having trouble with getting too many records back in the selection when I use this...
({table1.tdate} in &begdate to &enddate or
{table2.tdate} in &begdate to &enddate)
Any ideas how to clean this up?
I tried swiching to subreports but that hosed things up worse.
Thanks!
There was a selection formula that specified only details in a certain date range for the one table.
I added the other file in and I'm trying to get the selection criteria fixed to get all the details from both tables, but I'm having trouble with getting too many records back in the selection when I use this...
({table1.tdate} in &begdate to &enddate or
{table2.tdate} in &begdate to &enddate)
Any ideas how to clean this up?
I tried swiching to subreports but that hosed things up worse.
Thanks!