J
Jennie
OK, I admit I am an Access rookie, but can someone please tell me why I keep
getting this:
Error 3071
This expression is typed incorrectly, or it is too complex to be evaluated.
For example, a numeric expression may contain too many complicated elements.
Try simplifying the expression by assigning parts of the expression to
variables. (Error 3071)
Because of this:
strDocName = "Cites Query1"
DoCmd.OpenReport strDocName, acViewPreview
getting this:
Error 3071
This expression is typed incorrectly, or it is too complex to be evaluated.
For example, a numeric expression may contain too many complicated elements.
Try simplifying the expression by assigning parts of the expression to
variables. (Error 3071)
Because of this:
strDocName = "Cites Query1"
DoCmd.OpenReport strDocName, acViewPreview