Add Field

esskaykay

Registered User.
Local time
Today, 18:42
Joined
Mar 8, 2003
Messages
267
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
 
You could use DDL SQL:

ALTER TABLE ...

More info in Help.
 
Thanks,
SKK
 

Users who are viewing this thread

Back
Top Bottom