I have a couple of forms in a navigation menu that have command buttons, one which is a print function and on the other form I have a command button that calls up a query that performs a filter function (the query has 2 user input parameters).
The commands perform perfectly fine, however they run twice. In other words, when you click the command button, it asks for your parameters twice--parameter 1, parameter 2 and then again parameter 1, parameter 2. The same with the print function--it brings up the print menu box and then brings it up again after you close the 1st one.
My question is just in regards to where would you suggest I look for an answer to why this is running twice? Obviously I have something checked or unchecked somewhere.
I have other forms in the Navigation Menu that have similar/same command buttons and they run as expected, one time.
Note that these are all run via macros, and I have not used VBA code for any of these simple functions--nor do I want to, so please do not refer me to some long involved VBA coding as it's such an easy function to use macros.
Thanks in advance for all suggestions.
The commands perform perfectly fine, however they run twice. In other words, when you click the command button, it asks for your parameters twice--parameter 1, parameter 2 and then again parameter 1, parameter 2. The same with the print function--it brings up the print menu box and then brings it up again after you close the 1st one.
My question is just in regards to where would you suggest I look for an answer to why this is running twice? Obviously I have something checked or unchecked somewhere.
I have other forms in the Navigation Menu that have similar/same command buttons and they run as expected, one time.
Note that these are all run via macros, and I have not used VBA code for any of these simple functions--nor do I want to, so please do not refer me to some long involved VBA coding as it's such an easy function to use macros.
Thanks in advance for all suggestions.