G
Guest
I'm still trying to open a form to a specific record. In a form, tI have a button who's OnClick event opens another form. I can get it to open the form to the first record, but not to the specific record I want. Following is the DoCmd line
DoCmd.OpenForm "frmNewEmp", , strWhereCategory
where the strWhereCategory statement is
"EmployeeID = 07042
This is a valid EmployeeID number but it doesn't open the form to that record. What am I missing
tia
JMorrell
DoCmd.OpenForm "frmNewEmp", , strWhereCategory
where the strWhereCategory statement is
"EmployeeID = 07042
This is a valid EmployeeID number but it doesn't open the form to that record. What am I missing
tia
JMorrell