I have a subform in which a table object in a MS Access database (MS Access 2013) is display:
sbf_view.SourceObject = "TABLE.tbl_target"
Now I want the text in a certain column in the table tbl_target, a column named Owner, to be left aligned (all columns in this subform are right aligned by default). I can do this via the Ribbon menu after marking the column (DATASHEET -> Text Formatting -> align left). In this case only the marked column is left aligned.
How can I now do this via vba?