I
idta
Can I pass a variable to dsum? I tried it and i got an error saying
"run-time error 2001 you cancelled the previous operation"
This was my example:
dim variable as string
variable = "1"
dsum("[variable]", "table1")
I get the error.
Any ideas?
"run-time error 2001 you cancelled the previous operation"
This was my example:
dim variable as string
variable = "1"
dsum("[variable]", "table1")
I get the error.
Any ideas?