M
Mr Johnson
I'm receiving: "Procedure declaration
dose not match description of event or procedure having the somae name"
I don't understand what is going on.
I also try In your listbox, you'll have the list of query or report names.
In the
double-click event, call the macro you created earlier. Instead of specifying
the query name in the macro, refer to the form's listbox. In the QueryName
box in the macro, put
=[Forms]![FormName]![ListBoxName]
dose not match description of event or procedure having the somae name"
I don't understand what is going on.
I also try In your listbox, you'll have the list of query or report names.
In the
double-click event, call the macro you created earlier. Instead of specifying
the query name in the macro, refer to the form's listbox. In the QueryName
box in the macro, put
=[Forms]![FormName]![ListBoxName]