A family of Microsoft relational database management systems designed for ease of use.
I found some promising links when I searched for this error message. Maybe they apply to your situation as well?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What does "Invalid argument to function" mean in Microsoft Access?
***Post moved by the moderator to the appropriate forum category.***
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I found some promising links when I searched for this error message. Maybe they apply to your situation as well?
Possibly that you're calling a VBA function with an invalid argument (for example, passing a text string to a function which expects a number).
What's the context? What are you doing that generates the error? If it's on a Form or Report, does it have any VBA code; if not, how are you opening it?