Thanks in advace. I have a Combo Box with a Query in it. I want to be able to use buttons on the form to move to the next record instead of the combo box. the form is unbound.
when I try to use the navagaion buttons I get the message
"the object '5305' isn't open"
on the click event of the Navagation button I have the following code.
DoCmd.GoToRecord , CBO_EmpName, acNext
Thanks
Jim Garry
when I try to use the navagaion buttons I get the message
"the object '5305' isn't open"
on the click event of the Navagation button I have the following code.
DoCmd.GoToRecord , CBO_EmpName, acNext
Thanks
Jim Garry