Access数据库如何向表中插入日期类型数据?
需要用一对#号将日期类型数据括起来。例如向日期类型字段插入一个日期“2013-1-2” :insert into table1(item_id, in_date) values('001', #2013-1-2#);