Just following up in case anyone else has this problem.
I found a rather easy way to do this by using the Movesize property. I just set an on open event for the form that i wanted to position then used
DoCmd.MoveSize [Right],[Down],[Height],[Width].
It takes abit of trial and error to get...