garlin007 7 Posted May 24, 2015 Report Share Posted May 24, 2015 If you have a Year with a single quote mark in it, like "1800's", then when you select that Year on the View tab you get an error likeSyntax error (missing operator) in query expression '[Assets].[YearMade] = '1800's' AND [Assets].[LocationID] <> 3 AND ...Similarly, you get an error if a Color has a single quote.I did not test all of the views, but you don't get this error if a Manufacturer has a single quote in the name. I suspect that this error will occur for all of the views which don't use a database record to store the property, such as Warranty Expiration, Expiring Leases, Color, Year, and Made Of. admin 1 Quote Link to post Share on other sites
admin 53 Posted May 24, 2015 Report Share Posted May 24, 2015 thanks for the report, the problem is that the ' character is a reserved character in a Microsoft data file, we are looking at all your reports for the the new update to HomeManage we will release in about a week. Quote Link to post Share on other sites
garlin007 7 Posted June 13, 2015 Author Report Share Posted June 13, 2015 I believe that you will need to search and replace any single quotes with two single quotes when you make the query, like this:Before'[Assets].[YearMade] = '1800's' AND [Assets].[LocationID] <> 3 AND ...After'[Assets].[YearMade] = '1800''s' AND [Assets].[LocationID] <> 3 AND ... admin 1 Quote Link to post Share on other sites
admin 53 Posted August 20, 2015 Report Share Posted August 20, 2015 Yes, you are correct thanks, This has been fixed.Do you need a job by any chance? Ha Ha take care. Quote Link to post Share on other sites
Recommended Posts