Access: create table if it does not exist

前端 未结 3 2175
南笙
南笙 2020-12-11 22:52

Can you give an MS Access equivalent to MySQL \'CREATE TABLE IF NOT EXISTS ...\'?

Update

Something like this

IF 

        
3条回答
  •  遥遥无期
    2020-12-11 23:05

    Why would you want to create a table? If it's for temporary data storage then that's fine otherwise that's usuaally not required.

    See the TempTables.MDB page at my website which illustrates how to use a temporary MDB in your app. http://www.granite.ab.ca/access/temptables.htm

提交回复
热议问题