Just a minor change to the example code. Instead of:
blRet = MouseWheelOFF
it has to be:
blRet = modMouseHook.MouseWheelOFF
You have to reference the Module name...
I have a query that is the backbone for a sub form. there are 2 required parameters and one optional one.
The required parameters are: Employee and Start date
So, in the query, under the Employee I have the code:
[Forms]![frm_new_CSTRACK]![cmbEMPLOYEE]
and under the Start_Date I have the...