L
lexx
I want to run a union query that has a group by on the
DebtorName and I can't get it to work any ideas. also
any way to get this to run as a make table query as well??
thanks
lexx
here is what I have
SELECT ClaimOfLien.DebtorName, ClaimOfLien.DebtorAddress,
ClaimOfLien.DebtorCity, ClaimOfLien.DebtorState,
ClaimOfLien.DebtorZIP
FROM ClaimOfLien;
UNION Select Claimoflien.POwnerName,
Claimoflien.POwnerAddress, Claimoflien.POwnerCity,
Claimoflien.POwnerState, Claimoflien.POwnerZIP
From ClaimofLien;
UNION Select Claimoflien.P2OwnerName,
Claimoflien.P2OwnerAddress, Claimoflien.P2OwnerCity,
Claimoflien.P2OwnerState, Claimoflien.P2OwnerZIP
From ClaimofLien;
UNION Select Claimoflien.P3OwnerName,
Claimoflien.P3OwnerAddress, Claimoflien.P3OwnerCity,
Claimoflien.P3OwnerState, Claimoflien.P3OwnerZIP
From ClaimofLien;
DebtorName and I can't get it to work any ideas. also
any way to get this to run as a make table query as well??
thanks
lexx
here is what I have
SELECT ClaimOfLien.DebtorName, ClaimOfLien.DebtorAddress,
ClaimOfLien.DebtorCity, ClaimOfLien.DebtorState,
ClaimOfLien.DebtorZIP
FROM ClaimOfLien;
UNION Select Claimoflien.POwnerName,
Claimoflien.POwnerAddress, Claimoflien.POwnerCity,
Claimoflien.POwnerState, Claimoflien.POwnerZIP
From ClaimofLien;
UNION Select Claimoflien.P2OwnerName,
Claimoflien.P2OwnerAddress, Claimoflien.P2OwnerCity,
Claimoflien.P2OwnerState, Claimoflien.P2OwnerZIP
From ClaimofLien;
UNION Select Claimoflien.P3OwnerName,
Claimoflien.P3OwnerAddress, Claimoflien.P3OwnerCity,
Claimoflien.P3OwnerState, Claimoflien.P3OwnerZIP
From ClaimofLien;