Try this :
Cut and paste this in the Export Query then select the fields you want.
for each Vendor Where Vendor.Company = cur-comp no-lock,
each VendGrup Where VendGrup.Company = Vendor.Company
and VendGrup.GroupCode = Vendor.GroupCode no-lock:
I am able to pull all fields in these tables
Don Kolllmann
Wisconsin EPS
-----Original Message-----
From: Wayne Cox [mailto:wmc@...]
Sent: Wednesday, September 13, 2000 4:45 PM
To: vantage@egroups.com
Subject: RE: [Vantage] Export utility - left outer join ???
At 04:43 PM 9/13/2000 , you wrote:
inner-join effect, where the vendors with no code are excluded. When it
didn't work, I looked over the syntax description in the online help. I
left out the WHEREs and BYs; then tried omitting EACH, using the OF
VENDOR, and what not.
And Don asked:
the group description, and possibly some other joined tables later.
-Thanks,
WC
We no longer allow attachments to files. To access/share Report Files,
please go to the following link: http://www.egroups.com/files/vantage/
(Note: If this link does not work for you the first time you try it, go to
www.egroups.com, login and be sure to save your password, choose My Groups,
choose Vantage, then choose Files. If you save the password, the link above
will work the next time you try it.)
Cut and paste this in the Export Query then select the fields you want.
for each Vendor Where Vendor.Company = cur-comp no-lock,
each VendGrup Where VendGrup.Company = Vendor.Company
and VendGrup.GroupCode = Vendor.GroupCode no-lock:
I am able to pull all fields in these tables
Don Kolllmann
Wisconsin EPS
-----Original Message-----
From: Wayne Cox [mailto:wmc@...]
Sent: Wednesday, September 13, 2000 4:45 PM
To: vantage@egroups.com
Subject: RE: [Vantage] Export utility - left outer join ???
At 04:43 PM 9/13/2000 , you wrote:
>I can't duplicate your problem ... my export query looks differentYup, that looks like what the wizard thing generated. It produces the
>from yours. Mine comes out as:
inner-join effect, where the vendors with no code are excluded. When it
didn't work, I looked over the syntax description in the online help. I
left out the WHEREs and BYs; then tried omitting EACH, using the OF
VENDOR, and what not.
And Don asked:
>What information are you looking to pullVendor name, address, CSZ, and some other Vendor table fields, as well as
>Just vendors name and group description?
the group description, and possibly some other joined tables later.
-Thanks,
WC
We no longer allow attachments to files. To access/share Report Files,
please go to the following link: http://www.egroups.com/files/vantage/
(Note: If this link does not work for you the first time you try it, go to
www.egroups.com, login and be sure to save your password, choose My Groups,
choose Vantage, then choose Files. If you save the password, the link above
will work the next time you try it.)