Hi
Thanks for the reply. The Access 2007 button-wizard creates a button with an embedded macro:-.
OnError Next,
GoToRecord ,,New,
[MacroError]<>0 MsgBox =[MacroError].[Description], Yes, None,
If I try to use the button, I get the "Can't go to the specified record" comment... all the...