Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with ordinalposition

Status
Not open for further replies.

RamziSaab

MIS
May 7, 2003
522
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top