A
Arts
I have a query like this: Name: Nz([S_Genus_Subgenus];[Genus])
and in SQLwindow: INSERT INTO Mytable ( ID, Name)
SELECT Diptera.ID, Nz([S_Genus_Subgenus], [Genus]) AS Name FROM Diptera;
The table Mytable exists. This worked a few months ago, but now I get a
compile error that says that Nz([S_Genus_Subgenus], [Genus]) AS Name is wrong.
What is wrong?
and in SQLwindow: INSERT INTO Mytable ( ID, Name)
SELECT Diptera.ID, Nz([S_Genus_Subgenus], [Genus]) AS Name FROM Diptera;
The table Mytable exists. This worked a few months ago, but now I get a
compile error that says that Nz([S_Genus_Subgenus], [Genus]) AS Name is wrong.
What is wrong?