Since this is an Access question, perhaps better post in one of the seven fora dedicated Access (see the forum search at the top of the page) - perhaps Access other topics (forum181)?
The method you're showing, is deprecated, and replaced by the DoCmd.RunCommand - to decipher it - well, except for the typo (acRecords Menu in stead of acRecordsMenu). I think it's supposed to execute the fifth command on the records menu when in form view of a form (aka save, if it hasn't changed since then).
An analogue for that with more recent versions (at least Access 97 and newer), would be
[tt]docmd.runcommand accmdsaverecord[/tt]
Funny stuff, is that the wizards of the later versions still produces that stuff ... (btw - if you type docmd.menuitem - and then a space, you'll get some controltip guiding you to at least what the different arguements are about.
Roy-Vidar