Can anyone help with this
"An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll
Additional information: Syntax error (missing operator) in query expression '((Customer = ?) AND ((? = 1 AND CustID IS NULL) OR (CustID = ?)) AND ((? = 1 AND FullName IS NULL) OR (FullName = ?)) AND ((? = 1 AND Status IS NULL) OR (Status = ?)) AND ((? = 1 AND InvPerson IS NULL) OR (InvPerson = ?)) AND ((? = 1 AND Contact Person IS'."
It affects several solutions that have been working happily for years
Using VS2013 Express and Net 4.5.1. on a single PC (8.1)
I have done a repair on VS2013 (and NET) to no avail. Done compact & repair on the underlying Access data base (Office XP) and removed some recent records in case it is data dependant or a reserved word. The affected table does
have a primary key and as I said it has been working for years
I have looked at the related threads, but none seem to help.
JohnMeers
John Meers