O
open a adobe file from a command button
I'm using the following code on my form for the width of 4 textboxes.
Me!Board_MemberIdFK.Width = 700 ' 1440 twips = 1 inch.
Me.FirstName.Width = 100
Me.AppointedBy.Width = 300
Me.DateAppointed.Width = 900
I don't understand because I think the DateAppointed width should be 9 times
wider than the FirsName width, but they are basically the same. I changed
DateAppointed to 900 just to see but nothing. I'm using this on "form open",
should it be some place else??
Thank You
Me!Board_MemberIdFK.Width = 700 ' 1440 twips = 1 inch.
Me.FirstName.Width = 100
Me.AppointedBy.Width = 300
Me.DateAppointed.Width = 900
I don't understand because I think the DateAppointed width should be 9 times
wider than the FirsName width, but they are basically the same. I changed
DateAppointed to 900 just to see but nothing. I'm using this on "form open",
should it be some place else??
Thank You