D
datin
hi,
i hv data on staff . when I need to find specific staff, i dont want to
write down the staff ID. I want all staff ID will dispaly in combo list
search.
for current search, i just use the standard code
On Error GoTo Err_search_Click
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_search_Click:
Exit Sub
Err_search_Click:
MsgBox Err.Description
Resume Exit_search_Click
thank you and regards
i hv data on staff . when I need to find specific staff, i dont want to
write down the staff ID. I want all staff ID will dispaly in combo list
search.
for current search, i just use the standard code
On Error GoTo Err_search_Click
Screen.PreviousControl.SetFocus
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Exit_search_Click:
Exit Sub
Err_search_Click:
MsgBox Err.Description
Resume Exit_search_Click
thank you and regards