You could set a global variable in the DblClick event and then test that in
the Click event. However, the Click event occurs before the DblClick event,
so I don't know that that test will be meaningful -- you likely would be
testing before the variable had been set.
And if it did work, you'd need to reset the variable somewhere after the
Click event tests it.
--
Ken Snell
<MS ACCESS MVP>