Im trying to do commission's in accsess.Its in sql language,..I keep geeting this message"This expression is typed incorrectly,or it is too complex to be evaluated.For example ,a numerical expression may contain too many complicated elements.Try simplilying the expression by assigning parts of the expression to variables." ,how can i fix the error.
Answers (1)
0
You know the sql employed with Access is not a standard one
so I can advise you by this tricky method
open the access data base and make the request with the assistant as if you want to use it within Access then copy swap to the sql mode always within the request under access
you can find an icon just under File menu with a dropdown list change to SQL mode and copy and paste your request within your C# code