G
Günter Brandstätter
Hi all,
just by interest:
if I append a field to a table programmatically, is it possible to change
this fields position in the table by code also?
i used SQL to append an AutoNumber-field "Key" to an existing table.
strsql="ALTER TABLE [MyTable] ADD [Key] AutoNumber"
dbs.Execute strsql
is it now possible to "shift" this field programmatically to the first
position of the table like I would do it in design mode by dragging it
upwards??
Any answer appreciated
Günter
just by interest:
if I append a field to a table programmatically, is it possible to change
this fields position in the table by code also?
i used SQL to append an AutoNumber-field "Key" to an existing table.
strsql="ALTER TABLE [MyTable] ADD [Key] AutoNumber"
dbs.Execute strsql
is it now possible to "shift" this field programmatically to the first
position of the table like I would do it in design mode by dragging it
upwards??
Any answer appreciated
Günter