Problem solved.
I added 2 formulas as follows:
{@Closed}
if {JobHead.JobClosed} = True then 1 else 0
{@Scheduled}
if {JobHead.CheckOff4} = True then 1 else 0
Then I changed the selection criteria to :
{@Closed} = 0.00 and
{@Scheduled} = 0.00
Now the report runs fine on the client computer.
Allen
I added 2 formulas as follows:
{@Closed}
if {JobHead.JobClosed} = True then 1 else 0
{@Scheduled}
if {JobHead.CheckOff4} = True then 1 else 0
Then I changed the selection criteria to :
{@Closed} = 0.00 and
{@Scheduled} = 0.00
Now the report runs fine on the client computer.
Allen
--- In vantage@yahoogroups.com, "apt876sp1" <atucker@...> wrote:
>
> I have a report which selects jobs to be scheduled using 2 simple criteria.
> not Jobclosed and
> not Checkoff4
>
> It runs fine on my machine but users get an error.
> "Column not found/specified (7520)" Sql server error.
>
> Any suggestions on how to make the report run on a client computer?
>
> Allen Tucker
> IT Manager
> Espey Mfg. & Electronics Corp.
> Email: atucker@...
>