dear gurus,
i'm adding a column to an access database using this code:
and that works fine. however, this add this new column at the END of the database. is there any way to actually add it into a specified place?VB Code:
Conn.Open StrConnect 'add fields SqlExec = "ALTER TABLE newsletters_entries ADD COLUMN Company VARCHAR(200);" Conn.Execute SqlExec 'close Conn.Close
thank you,
wc.





Reply With Quote