musclecarlover07
Registered User.
- Local time
- Today, 04:41
- Joined
- May 4, 2012
- Messages
- 236
This is a bit of an odd request. I would liek for my first and last name fields width to match the length of the name. So if the last name is Smith then the field width will resize itself to fit perfect fit the name. THen if I have a last name of Connor then it will grow to fit it perfect. I dont need this but it will be nice so everything looks a bit nicer an cleaner.
i thought the following would have worked:
i thought the following would have worked:
Code:
Me.Lastname.width = Len(Me.Lastname]