insert into xxxx表(xx字段1,xx字段2,xx字段3) value('Count','Order','Sum')是这样么?

解决方案 »

  1.   

    呵呵,那个就是向表里插入一条记录啊。xx字段1=Count,xx字段2=Order,xx字段3=Sum
      

  2.   

    就是插入公式编辑器编辑出来的公式,但是数据库中的记录好象不可以加入对象啊,公式属于对象啊
    好象得用到OLE。
      

  3.   

    to Amoon(阿木) :
    还是你够快,我说得看不懂指的是imickey(mickey)提的问题,不是你的语句to imickey(mickey) :
    把你的字段设置成字符串型
    strFomula="The fomula what u want to insert"
    strSQL="Insert Into TableName(fieldofFomula) Values('" & strFomula & "')"
      

  4.   

    好象有个类型就是OLE类型的啊?