I have a form that needs two things to happen. First, it needs to run the following code:
Dim blRet As Boolean
blRet = MouseWheelOFF
I usually do this by simply starting expression builder from the "OnLoad" section of the form's properties sheet. It does the trick.
The second thing I need is for the form to go to a new record "OnLoad". I did this via a simple macro.
The problem is that I need it to do BOTH "OnLoad" and I can't find a way. I can get it to do one or the other just fine, but how do you tell it to first run the code and then go to a new record? I'm sure this is a stupid questions with a simple answer, but I've looked around and can't find one. Any help would be greatly appreciated.
Dim blRet As Boolean
blRet = MouseWheelOFF
I usually do this by simply starting expression builder from the "OnLoad" section of the form's properties sheet. It does the trick.
The second thing I need is for the form to go to a new record "OnLoad". I did this via a simple macro.
The problem is that I need it to do BOTH "OnLoad" and I can't find a way. I can get it to do one or the other just fine, but how do you tell it to first run the code and then go to a new record? I'm sure this is a stupid questions with a simple answer, but I've looked around and can't find one. Any help would be greatly appreciated.