I don't know why the report should freeze, unless it a big table and the
search take a long time.
Any way, I found out that sometimes using Not In Run faster then <>, worth a
try
WHERE (((Compl_MAIN_Table.Status)="Open") AND
((Compl_MAIN_Table.[Enforcement Category]) Not In(8)) AND
((Company_Lookup.Acclaim_Company)<>"Does not belong to Acclaim"))

Signature
\\// Live Long and Prosper \\//
BS"D
> Hi, I originally had one select query and one report for all our outstanding
> issues (Status="Open"). We recently had to add a new enforcement category
[quoted text clipped - 24 lines]
> I am sure that there must be some obvious answer but it must be lost on me.
> Any direction is much appreciated! Thanks.
Carrie - 12 Jan 2006 14:35 GMT
Hi, Thanks for your response. The Not In didn't work either and there are
only about 9 records on the report (so it isn't overly large) but I've
noticed that some of the comments (long text field) are quite long - is it
possible that the length of this field could be causing the problem?
> I don't know why the report should freeze, unless it a big table and the
> search take a long time.
[quoted text clipped - 33 lines]
> > I am sure that there must be some obvious answer but it must be lost on me.
> > Any direction is much appreciated! Thanks.
Carrie - 12 Jan 2006 15:04 GMT
Me Again - found the problem - one of the comments boxes had a lot of text in
it so, I shortened it up and the report runs fine.
> Hi, Thanks for your response. The Not In didn't work either and there are
> only about 9 records on the report (so it isn't overly large) but I've
[quoted text clipped - 38 lines]
> > > I am sure that there must be some obvious answer but it must be lost on me.
> > > Any direction is much appreciated! Thanks.
Ofer - 12 Jan 2006 15:25 GMT
I'm glad you got it sorted out, good luc with your project

Signature
\\// Live Long and Prosper \\//
BS"D
> Me Again - found the problem - one of the comments boxes had a lot of text in
> it so, I shortened it up and the report runs fine.
[quoted text clipped - 41 lines]
> > > > I am sure that there must be some obvious answer but it must be lost on me.
> > > > Any direction is much appreciated! Thanks.