I am working in the tutorial whose link is now shown:
http://www.functionx.com/access/Lesson31.htm
now when I try the section performing data entry with SQL, I am
at the point where I have typed the SQL statement:
INSERT INTO Employees(EmployeeNumber, [Last Name], Gender, HourlySalary)
VALUES ('227947','Jameson','M',18.85);
It chokes on the "unknown variable" HourlySalary, I could find nothing wrong with it.
I then deleted my HourlySalary and copied theirs directly from the tutorial. It still chokes on HourlySalary.
Now I am not sure what to do since I have taken their script and copied it to the SQL window.
What is wrong here?
Any help appreciated. Thanks in advance.
Respectfully,
Lou Reed