简单的办法:myrs.open tablename,conn
if err.number<>0 then msgbox "no table"

解决方案 »

  1.   

    没有找到,你看看这个
    http://listenshaw.myetang.com/ado210.chmado的帮助文档!行全面!
      

  2.   

    DAO的解决方法dim  tabdef  as  tabledef 
    dim  bolExist  as  boolen 
    set  db=opendatabase("filename") 
    bolexist=fasle 
    for  each  tabdef  in  db.tabledefs 
      if  tabdef.name=StrTableName  then  bolExist=True 
    next 
    if bolexist then 
      msgbox "存在!" 
    end if
      

  3.   

    RDBMS中都有系统表,比如orcle 的systable ,里面存储这所有的表名
      

  4.   

    To wangj_me(蔻定) 
    access的系统表是哪一张,systalbe吗?我找不到呀
      

  5.   

    http://www.csdn.net/expert/topic/580/580305.xml?temp=.7613642