continued from thread thread705-594042!!
I need to the last column and make it the first column (yes i know its pointless but lets just skip that little argument for a while
now this is the part of code i have
Set tbl = db.TableDefs(strtblName)
Set fld = tbl.Fields(19)
fld.OrdinalPosition = 0
this should move it to the first column however it moves it to the 2nd does anyone know y?
I need to the last column and make it the first column (yes i know its pointless but lets just skip that little argument for a while
now this is the part of code i have
Set tbl = db.TableDefs(strtblName)
Set fld = tbl.Fields(19)
fld.OrdinalPosition = 0
this should move it to the first column however it moves it to the 2nd does anyone know y?