M mcnews Sep 20, 2007 #1 how do i position a textbox where i want it at runtime. tried .left = but no go. tia, mcnewsxp
F fredg Sep 20, 2007 #3 how do i position a textbox where i want it at runtime. tried .left = but no go. tia, mcnewsxp Click to expand... ..Left = WHAT!!!! All Access measurements are in Twips (1440 per inch). Me.[ControlName].Left = 2*1440 will position a control 2 inches from the left edge of the form.
how do i position a textbox where i want it at runtime. tried .left = but no go. tia, mcnewsxp Click to expand... ..Left = WHAT!!!! All Access measurements are in Twips (1440 per inch). Me.[ControlName].Left = 2*1440 will position a control 2 inches from the left edge of the form.
M mcnews Sep 20, 2007 #4 how do i position a textbox where i want it at runtime. tried .left = but no go. Click to expand... tia, mcnewsxp Click to expand... .Left = WHAT!!!! All Access measurements are in Twips (1440 per inch). Me.[ControlName].Left = 2*1440 will position a control 2 inches from the left edge of the form. Click to expand... thank you sir.
how do i position a textbox where i want it at runtime. tried .left = but no go. Click to expand... tia, mcnewsxp Click to expand... .Left = WHAT!!!! All Access measurements are in Twips (1440 per inch). Me.[ControlName].Left = 2*1440 will position a control 2 inches from the left edge of the form. Click to expand... thank you sir.