This seems simple - right? wrong!
Access Userform use to open perfectly - Now, after adding a few additional controls - (None of which changed the size of the form)
It opens in the same position and at the same size but now the buttons and labels have been pushed up and off the form at the top.
Here is the open event that positions and sizes the form:
At a complete lossCode:DoCmd.MoveSize 100, 100, 13725, 2250
Thank you for any help..