In my database I hide the Access back window, leaving just a form up for users to enter in their data. One reason I do this is just for the style and look, the other reason is I don't want it to seem to complicated or give users a choice of the different menu options, filters, tools, etc.
The problem is this, when I hide the back window, the right mouse click no longer pops up a menu, so any cut and paste option has to use cntrl v or cntrl c. That's problematic as well... So to get to my question, is there some sort of event like mouse down that would check to see if it was the right click and then pop up a menu having just cut copy and paste options?
The problem is this, when I hide the back window, the right mouse click no longer pops up a menu, so any cut and paste option has to use cntrl v or cntrl c. That's problematic as well... So to get to my question, is there some sort of event like mouse down that would check to see if it was the right click and then pop up a menu having just cut copy and paste options?