This code works fine in 2002,but just hangs in 2007
It appears to hang on the "ReSizeForm Me!myform1.Form"..in fact nothing happens at all.
Quote
Private Sub Form_Open(Cancel As Integer)
ReSizeForm Me
ReSizeForm Me!myform1.Form
DoCmd.Maximize
DoCmd.GoToRecord
End Sub
Unquote
Taken a while to sort this ,but this bit of code appears to be where the action is hanging
Captnk
It appears to hang on the "ReSizeForm Me!myform1.Form"..in fact nothing happens at all.
Quote
Private Sub Form_Open(Cancel As Integer)
ReSizeForm Me
ReSizeForm Me!myform1.Form
DoCmd.Maximize
DoCmd.GoToRecord
End Sub
Unquote
Taken a while to sort this ,but this bit of code appears to be where the action is hanging
Captnk