M
Mike Walsh
I am fairly new to access but have used MySQL for a while. The problem I
currently trying to solve makes use of a temporary table via a SELECT INTO
statement. Because I don't know if the table I am selecting into exists or
not, I'd like to drop it and have it recreated when the SELECT INTO runs.
In MySQL I would you the DROP TABLE IF EXISTS statement but Access doesn't
support that construct. Does anyone have an SQL solution for this? My
searches have returned lots of VB or C# solutions but that isn't an option
for me, I need to do it with an SQL statement.
Thanks,
Mike
currently trying to solve makes use of a temporary table via a SELECT INTO
statement. Because I don't know if the table I am selecting into exists or
not, I'd like to drop it and have it recreated when the SELECT INTO runs.
In MySQL I would you the DROP TABLE IF EXISTS statement but Access doesn't
support that construct. Does anyone have an SQL solution for this? My
searches have returned lots of VB or C# solutions but that isn't an option
for me, I need to do it with an SQL statement.
Thanks,
Mike