Dear all,
Is there a way to have a little indentation in a textbox in a subform in datasheet view?
I tried this:
=" " & [MyField]
in the recordsource, but I keep getting an error.
Is there a way to have a little indentation in a textbox in a subform in datasheet view?
I tried this:
=" " & [MyField]
in the recordsource, but I keep getting an error.
Comment