Right mouse button works on some forms & not others

C

Cruzer

I have multiple forms, each with a main and subform. Combo boxes on
the main form provide the criteria for a query that produces
(refreshes) the results in the subform. I also have a single text box
that can be used to refresh the subform. My problem is this:

I want to be able to use the mouse right button to copy and paste a
value from the subform to the text box input on the main to serve as an
input for another query. The right mouse button (copy then paste)
works on some of the forms but on others it doesn't.

I've checked all the properities on the main and subform and all of
them appear to be the same. I must be missing something. Any ideas?
 
Top