No. @Claude Parisel It is the wrong command - see post #6.
The DoCmd.FindRecord method in Microsoft Access VBA is used to find a specific record based on a search string. It mimics the functionality of the "Find" dialog box in Access.
Me.[PN].SetFocus
oCmd.FindRecord "Père", , , , , acCurrent...