User Profile
Collapse
-
What a silly mistake, thank you! Sometimes you can't see the wood for the trees! -
DCount syntax error when using WHERE...IN
Access 2013
I'm having trouble with my syntax. I'm getting a Run-time error 3075 missing operator
This is the code that is causing the trouble:
vSelected is a Variant and contains list of numbers for instance 62,63,64Code:vCount = DCount("[SalesID]", "[Additional Costs]", "Where [SalesID] IN (" & vSelected & ")")
I want the DCount...
No activity results to display
Show More
Leave a comment: