S Samer Mar 15, 2004 #1 How can allow leading space before text in a text box for formatimg purposes Thanks a lot Samer
G Gerald Stanley Mar 15, 2004 #2 Try this in your textbox's AfterUpdate event handler {yourtextboxname} = " " & trim({yourtextboxname}) Hope This Helps Gerald Stanley MCSD
Try this in your textbox's AfterUpdate event handler {yourtextboxname} = " " & trim({yourtextboxname}) Hope This Helps Gerald Stanley MCSD