Users of the Access database have been attempting to email filtered reports, but we're receiving an 'invalid argument' error.
If the report isn't filtered, it will email without any problems.
Any ideas?
Thanks!
Users of the Access database have been attempting to email filtered reports, but we're receiving an 'invalid argument' error.
If the report isn't filtered, it will email without any problems.
Any ideas?
Thanks!
See if the query using the param, has the PARAMETERS setting filled.
in query design, click Parameters button, fill in param and data type.
This isnt needed for a select query, but Crosstab queries DEMAND it.
This could be the case here.