It says you can not have a OLE or a memo in the union. Its OK though, I just changed my Note field from memo to text. It works great now thank you very much.
It says you can not have a OLE or a memo in the union. Its OK though, I just changed my Note field from memo to text. It works great now thank you very much.
I have two tables, SalesLog and ReturnAuthorization. I used this union query to join them
SELECT ALL KIOrder,RANumber, CustID,Items,ScheduledDate,TotalCost
FROM SalesLog
WHERE DateShipped = null
ORDER BY ScheduledDate ASC, KIOrder ASC , CustID ASC
UNION SELECT ALL KIOrder,RANumber...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.