For each tbl tableDefs in
FieldCount = tbl.fields.count
For I = 0 to fieldCount - 1
tbl.fields(i).position = FieldCount - I - 1
next i
next tbl
I'm just curious why there isn't a setting to reverse the table column order from left to right.
In the form/table property sheet, change the orientation to left to right.
To make this the default for all new datasheets, do the same under default direction in Access options client settings