form positions

vipersmind

it can't be!
Local time
Tomorrow, 07:42
Joined
Dec 26, 2002
Messages
82
Hi
Yes I know how to positon a form use docmd.movesize but I have a problem with a floating form that the user can open.
On my PC it opens exactly where I want it to but on someone elses it moves slightly over and covers another form.
What I would like to happen is that the popup form stays in the same position on the unlaying form no matter where it opens....making sense?? :confused:
Code:
Dim stDocName As String
    Dim stLinkCriteria As String

    stDocName = "frmSrchFaceID_Sub"
    DoCmd.OpenForm stDocName, , , stLinkCriteria
    DoCmd.MoveSize 7000, 9100

Cress
 
Any Ideas folks

Maybe I could Capture the position of the main form and then postion the second relative to it.....I have a fair idea how to capture the position of a form but not how to relate another to it.

Feed me seymour :)
 

Users who are viewing this thread

Back
Top Bottom