GlenLynam
MIS
- Jul 26, 2002
- 121
Good Morning,
I am trying to edit the results for the following query but all it does is make a noise and wont let me edit the results, no errors or anything.
The query is as follows, please can someone tell me how to edit the results??
Thanks
SELECT Courses.CourseName, Courses.Description, Training.When, Training.NameOfTrainer, Training.Location, Training.Completed
FROM Courses INNER JOIN (Personal INNER JOIN Training ON Personal.PersonID = Training.PersonID) ON Courses.CourseID = Training.CourseID
WHERE (((Training.PersonID)=[forms]![Personal]![txtpersonid]));
I am trying to edit the results for the following query but all it does is make a noise and wont let me edit the results, no errors or anything.
The query is as follows, please can someone tell me how to edit the results??
Thanks
SELECT Courses.CourseName, Courses.Description, Training.When, Training.NameOfTrainer, Training.Location, Training.Completed
FROM Courses INNER JOIN (Personal INNER JOIN Training ON Personal.PersonID = Training.PersonID) ON Courses.CourseID = Training.CourseID
WHERE (((Training.PersonID)=[forms]![Personal]![txtpersonid]));