Hi!
When I browse a table it shows data like:
Field1, Field2, Fieldn.
Can we change (by code) the sequence of showing columns e.g. to Field2, Field1,Fieldn.
I need this as I am converting tables.
Changing of sequence makes life during this conversion more easy.
I looked at the help file but only found how to change the columns using alter table myTable column myColumn etc...
TIA
-Bart
When I browse a table it shows data like:
Field1, Field2, Fieldn.
Can we change (by code) the sequence of showing columns e.g. to Field2, Field1,Fieldn.
I need this as I am converting tables.
Changing of sequence makes life during this conversion more easy.
I looked at the help file but only found how to change the columns using alter table myTable column myColumn etc...
TIA
-Bart