New to Access I am missing something.
I have a form using a dropdown-component based on a query.
The form has a button which start a report based on another query (DoCmd.OpenReport ...)
This report has a criteria build to be based on the dropdown-components value.
The value in the dropdown is OK (MsgBox myDropDown shows correct), but mostly the report comes up empty (2 times it worked, but only once)
I have tried to build a form with an edit-component instead of dropdown, then it works, so I do not understand the difference.
Hope someone is able to point me in the right direction.
Thank you
Bjorn