Hi you set the focus to the subform first and then set the focus to the subform.control
me![SubFormName].setfocus
me![SubFormName].Form![New].setfocus
You could try skipping the first setfocus but I think it works better if it is done in 2 stages.
I'm sure I've read that somewhere.