*Set focus to specific field in next record

J

JMorrell

I have a form with a navigation button which will send the user to the next record. I want a specific control in this next record to have focus.

In an event procedure for On Click I had
Me!Control.SetFocu
and it worked for the longest time, now it doesn't. I now get the message, "Object doesn't support this property or method" error. I can click through the error and everything works, I just don't want the error? I take out the Event Procedure and all is well, except I don't get the focus set on the next record like I want

What am I missing

tia
Jeff
 
Top