What am I doing wrong, I have a combobox with employee name, I want to click on a person's name and view their record.
I created gotorecord in the combo box event procedure.
Here's how it look:
Private Sub Employee_Data_Click()
DoCmd.GoToRecord([acDataForm],[Employee_Data],[acGoTo],)
End Sub
Please guys I really need your help...;-)
I created gotorecord in the combo box event procedure.
Here's how it look:
Private Sub Employee_Data_Click()
DoCmd.GoToRecord([acDataForm],[Employee_Data],[acGoTo],)
End Sub
Please guys I really need your help...;-)