HI All.
I am having trouble with filtering and linkoing data from SAGE to my access database where I want to produce some clever reports.
I have posted on the sage forum, but though I might get more help here, as I have in the past.
Here is my problem.
I am trying to create a report in Acces 2007 using the sales_order table.
If I try to read orders where despatch_status = "part" it's fine, but if I try to read orders where despatch_status <>"complete" I get the error message odbc call failed syntax error: Invalid filter in WHERE clause (#0).
If I try to use the criteria = "part" or = "complete" I only get those records that fit the second criteria.
I am also having trouble linking tables where. If I use an inner join it's fine, but if I try to use a left join (which I need to to not miss any records) It fails with invalid outer join specification (#0).
Anybody had this problem with SAGE? Any ideas would be greatfully received.
Thanks.
Sue
I am having trouble with filtering and linkoing data from SAGE to my access database where I want to produce some clever reports.
I have posted on the sage forum, but though I might get more help here, as I have in the past.
Here is my problem.
I am trying to create a report in Acces 2007 using the sales_order table.
If I try to read orders where despatch_status = "part" it's fine, but if I try to read orders where despatch_status <>"complete" I get the error message odbc call failed syntax error: Invalid filter in WHERE clause (#0).
If I try to use the criteria = "part" or = "complete" I only get those records that fit the second criteria.
I am also having trouble linking tables where. If I use an inner join it's fine, but if I try to use a left join (which I need to to not miss any records) It fails with invalid outer join specification (#0).
Anybody had this problem with SAGE? Any ideas would be greatfully received.
Thanks.
Sue