Search results

  1. O

    Converting a SQL Statement to a Dlookup

    Hello all I have the following SQL Statement which returns the desired result to me SELECT tbl_p_stats.i_closing FROM tbl_p_stats WHERE (((tbl_p_stats.i_weekending)=[forms]![frm_a]![i_olddate]) AND ((tbl_p_stats.i_sacat)=[forms]![frm_a]![wfid1]) AND...
Back
Top Bottom