jaaret
Instructor
- Jun 19, 2002
- 171
This union query has been working fine but today it is producing an "Invalid Procedure Call" error. I have not changed the query and both underlying queries run fine.
SELECT qryEmployees.keyid, qryEmployees.Company, qryEmployees.phonecell, qryEmployees.email1, qryEmployees.email2, qryEmployees.PhotoPath, qryEmployees.Web, qryEmployees.Title FROM qryEmployees UNION SELECT qryClients.Client, qryClients.Company, qryClients.phonedirect, qryClients.Email1, qryClients.Email2, qryClients.Photo, qryClients.Web, qryClients.Title FROM qryClients ORDER BY qryEmployees.keyid;
Any assistance would be greatly appreciated!
Jaaret
SELECT qryEmployees.keyid, qryEmployees.Company, qryEmployees.phonecell, qryEmployees.email1, qryEmployees.email2, qryEmployees.PhotoPath, qryEmployees.Web, qryEmployees.Title FROM qryEmployees UNION SELECT qryClients.Client, qryClients.Company, qryClients.phonedirect, qryClients.Email1, qryClients.Email2, qryClients.Photo, qryClients.Web, qryClients.Title FROM qryClients ORDER BY qryEmployees.keyid;
Any assistance would be greatly appreciated!
Jaaret