I hope this helps answer your question. I have a Subform that has a
XAnchor of 0 and a YAnchor of 2. I have a button on that subform that I
want to move from the current position to x coordinate of 4.0in and a y
coordinate of 5.4in on the click event of another button. So at first I
thought I would enter the below JavaScript on the click event of my
button.Button.x = "4in";Button.y = "5.4in";But that is not the case, I
couldn't find it, that's because when I did that it moved it
comparatively to...