You can convert your macro to VBA using the Convert Macros to Visual Basic menu option.
Here is the code I use to find a record in the after update event of a combo box...
Me![txtAutonumber].SetFocus
DoCmd.FindRecord Me![cboFindLastName], acEntire, True, acSearchAll, True, acCurrent, True