Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Are you a "hunt and pecker" or a "typist"?

    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...

  • RE: Help with SQL string that works but not in VBA

    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...

Viewing 2 posts - 1 through 2 (of 2 total)