Environment: MS Access 2003 – VBA
For you who have problem with “Enter Parameter Value” dialog box in Access and end up in this page and you’ve done all steps in that page but still have that dialog popping up, this might be the case:
Case:
- You have a query bound to a form/report
- On form/report open, there is an unexpected dialog “Enter Parameter Value” with a field to fill in the specified parameter
Solution:
- Make sure whether that parameter exist in your query or not
- Check the parameter type, if it is a text data type then you have to use “like” in where statement instead of “=”
It’s simply like that, I don’t have any idea why this is happening :p