D
Dale Fye
I'm trying to open a form directly over the top of another form. I'm doing
this using the following code in the forms Load event:
If IsLoaded("frm_LD_Comments") Then
Set frm = Forms("frm_ld_Comments")
DoCmd.MoveSize frm.WindowLeft, frm.WindowTop, _
frm.WindowWidth, frm.WindowHeight
Set frm = Nothing
End If
What I was expecting is that the new form would open, and then reposition
over the top of frm_LD_Comments. but it is actually getting positioned about
1" higher and 1/2" to the left of frm_LD_Comments. Any ideas what is causing
this?
--
HTH
Dale
email address is invalid
Please reply to newsgroup only.
this using the following code in the forms Load event:
If IsLoaded("frm_LD_Comments") Then
Set frm = Forms("frm_ld_Comments")
DoCmd.MoveSize frm.WindowLeft, frm.WindowTop, _
frm.WindowWidth, frm.WindowHeight
Set frm = Nothing
End If
What I was expecting is that the new form would open, and then reposition
over the top of frm_LD_Comments. but it is actually getting positioned about
1" higher and 1/2" to the left of frm_LD_Comments. Any ideas what is causing
this?
--
HTH
Dale
email address is invalid
Please reply to newsgroup only.