S
Struggling
Can anyone help me with the following I have a report
based on a table and I want to filter out Jobs which are
complete. I have a field in the table
called 'JobStatus'which is a text field and is set through
a form with a list box of options one of which
is 'Complete' I have tried allsorts of combinations but
why does the following not work?
"Tables!tblJob.JobStatus <> "Complete""
I know I can use the filter option in the properties of
the report but I am trying to get to grips with producing
the where clause when opening a report
based on a table and I want to filter out Jobs which are
complete. I have a field in the table
called 'JobStatus'which is a text field and is set through
a form with a list box of options one of which
is 'Complete' I have tried allsorts of combinations but
why does the following not work?
"Tables!tblJob.JobStatus <> "Complete""
I know I can use the filter option in the properties of
the report but I am trying to get to grips with producing
the where clause when opening a report