P
peregenem
Anyone noticed this one?
CurrentProject.Connection.Execute _
"CREATE TABLE Oops;"
Set rs = _
CurrentProject.Connection.Execute _
("SELECT COUNT(*) FROM Oops;")
CurrentProject.Connection.Execute _
"CREATE TABLE Oops;"
Set rs = _
CurrentProject.Connection.Execute _
("SELECT COUNT(*) FROM Oops;")