FindRecord Method Example

The following example finds the first occurrence in the records of the name Smith in the current field. It doesn't find occurrences of smith or Smithson.

DoCmd.FindRecord "Smith",, True,, True

Send feedback to MSDN.Look here for MSDN Online resources.