G
Guest
I have been working with you guys since last week on a project----or 1
crucial step in it.
My join query looks like the following in SQL:
SELECT Amount FROM Rent WHERE (((Rent.location)=1) AND ((Rent.date) Between
[enter beginning date] And [enter ending date]));
UNION SELECT Amount From Journal WHERE (((Journal.type)=4) AND
((Journal.LocationID)=1) AND ((Journal.Date) Between [enter beginning date]
And [Enter ending date]));
when i try to run it, it says it is too complex or typed incorrectly. could
somebody help me in correcting this language? thanks a bunch.
crucial step in it.
My join query looks like the following in SQL:
SELECT Amount FROM Rent WHERE (((Rent.location)=1) AND ((Rent.date) Between
[enter beginning date] And [enter ending date]));
UNION SELECT Amount From Journal WHERE (((Journal.type)=4) AND
((Journal.LocationID)=1) AND ((Journal.Date) Between [enter beginning date]
And [Enter ending date]));
when i try to run it, it says it is too complex or typed incorrectly. could
somebody help me in correcting this language? thanks a bunch.