Viewing 2 posts - 1 through 2 (of 2 total)
I am glad to see that there are more "Hunt and Peckers" out there like me. Like Antares I sarted off slowly but can now outtype several touch typers in...
April 26, 2002 at 5:17 am
Thanks for the replies 🙂
Antares the original SQL was
SELECT Call_offer_by_bux_mon.BUXNO, Call_offer_by_bux_mon.start_time, [Call_offer_by_bux_mon]![SumOfn_offer]+[Conting_by_bux_mon]![SumOfAbandoned] AS Calls
FROM Call_offer_by_bux_mon INNER JOIN Conting_by_bux_mon ON (Call_offer_by_bux_mon.BUXNO = Conting_by_bux_mon.BUXNO) AND (Call_offer_by_bux_mon.date = Conting_by_bux_mon.date) AND (Call_offer_by_bux_mon.start_time = Conting_by_bux_mon.start_time);
This...
April 26, 2002 at 1:50 am
Viewing 2 posts - 1 through 2 (of 2 total)