Formatting User Defined Fields

  • Thread starter Thread starter Linda in Louisiana
  • Start date Start date
L

Linda in Louisiana

I have an Outlook custom form with several user defined fields. Can I
change the margins around the inside of the field so that I have a
tighter fit for multiline data.

Also in a numeric user defined field can I make the field blank or does
it always have to be zero for the inital defnation on the form.

Thanks.
 
A numeric field would start at 0 or -1 or whatever, it can't be just blank
that I know of. Unless you somehow subclass the controls and manually draw
them yourself I don't see any way to change internal properties such as
internal borders unless the properties are exposed.
 
Back
Top