G
Guest
I have crate a union query in Ms Access XP to combine 2 tables Customer &
Vendor.
Below is how the query looks like
SELECT strCustomerID as strID, strCompanyName, "Customer" as strType
FROM tblCustomer
UNION SELECT strVendorID as strID, strCompanyName, "Vendor" as strType
FROM tblVendor;
It can run properly in Ms Access but when I try to import the data from Ms
Access
using Ms Excel's Import External Data | New Database Query, MS Excel
complaints
Too few parameters. Expected 2.
Anyone knows what when wrong?
Thank You
Vendor.
Below is how the query looks like
SELECT strCustomerID as strID, strCompanyName, "Customer" as strType
FROM tblCustomer
UNION SELECT strVendorID as strID, strCompanyName, "Vendor" as strType
FROM tblVendor;
It can run properly in Ms Access but when I try to import the data from Ms
Access
using Ms Excel's Import External Data | New Database Query, MS Excel
complaints
Too few parameters. Expected 2.
Anyone knows what when wrong?
Thank You