I have a label on the form for which I'm setting location"
Me.lbl_lname.Top = 1500
Me.lbl_lname.left = 2000
now I'm saving this code, running the form and checking how does loock. Next in the code I'm changing position to:
Me.lbl_lname.Top = 750
Me.lbl_lname.left = 1000
saving code, running form and label is still in old position, What is wrong??? Can someone explain why??
Andrew
Me.lbl_lname.Top = 1500
Me.lbl_lname.left = 2000
now I'm saving this code, running the form and checking how does loock. Next in the code I'm changing position to:
Me.lbl_lname.Top = 750
Me.lbl_lname.left = 1000
saving code, running form and label is still in old position, What is wrong??? Can someone explain why??
Andrew