以下SQL语句在ACCESS XP的查询中测试通过
  
  建表:
  
  Create Table Tab1 (
  
  ID Counter,
  
  Name string,
  
  Age integer,
  
  [Date] DateTime);
  
  技巧:
  
  自增字段用 Counter 声明.
  
  字段名为关键字的字段用方括号[]括起来,数字作为字段名也可行