Macro to change fieldtype

  • Thread starter Thread starter Guest
  • Start date Start date
Jan,

Use a RunSQL action in your macro. In the SQL Statement argument, put
the equivalent of...
ALTER TABLE NameOfYourTable ALTER COLUMN NameOfField DATE
 
Back
Top