0

Sqlite has the useful "create table if not exists" syntax.

Is there an equivalent in Access, or (as it looks) do I need to build a separate way of checking first?

Tom H
  • 46,766
  • 14
  • 87
  • 128
mavnn
  • 9,101
  • 4
  • 34
  • 52

1 Answers1

0

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

Tony Toews
  • 7,850
  • 1
  • 22
  • 27