Can you give an MS Access equivalent to MySQL 'CREATE TABLE IF NOT EXISTS ...'?
Update
Something like this
IF <no such table>
CREATE TABLE history(<fields>)
would be suitable as well
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…