E esskaykay Registered User. Local time Today, 18:42 Joined Mar 8, 2003 Messages 267 Mar 29, 2007 #1 Is there a simple way through either a macro or VBA code to add a field to an existing table? I’d like to add the field “ParID” (formatted as text) to a table called PARCELS. Thanks, SKK
Is there a simple way through either a macro or VBA code to add a field to an existing table? I’d like to add the field “ParID” (formatted as text) to a table called PARCELS. Thanks, SKK
pbaldy Wino Moderator Staff member Local time Today, 10:42 Joined Aug 30, 2003 Messages 36,157 Mar 29, 2007 #2 You could use DDL SQL: ALTER TABLE ... More info in Help.
E esskaykay Registered User. Local time Today, 18:42 Joined Mar 8, 2003 Messages 267 Mar 29, 2007 #3 Thanks, SKK