View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.programming
Jamie Collins Jamie Collins is offline
external usenet poster
 
Posts: 593
Default Using Excel as my database

(Jamie Collins) wrote in ...

This is just off the top off my head. Corrections and additions
welcome, of course.


Here's another notable omission from Excel database functionality:

ALTER TABLE DDL: example:

ALTER TABLE ADD MyNewCol CURRENCY NULL;

Jamie.

--