In Access, using the drawing control, go to the Data tab. In the Control Source field, type
=Chr(9)&Chr(9)&Chr(9).
For any character that is not typable (e.g. Enter), you would use the Chr function and the ASCII value corresponding to the character.
=Chr(9)&Chr(9)&Chr(9).
For any character that is not typable (e.g. Enter), you would use the Chr function and the ASCII value corresponding to the character.