G
Guest
This is actually a Module question and it's very general..
Could somone just help me understand what this code is doing?
stFrom = "from [bcbsfl\a4r6].QMS_tblQualityData QD LEFT JOIN
[bcbsfl\a4r6].QMS_tblQualityProvider QP on QD.ICNNO=QP.ICNNO "
stWhere = " WHERE receiptdate BETWEEN '" & begindate & "' and '" &
enddate & "' "
Thanks
Could somone just help me understand what this code is doing?
stFrom = "from [bcbsfl\a4r6].QMS_tblQualityData QD LEFT JOIN
[bcbsfl\a4r6].QMS_tblQualityProvider QP on QD.ICNNO=QP.ICNNO "
stWhere = " WHERE receiptdate BETWEEN '" & begindate & "' and '" &
enddate & "' "
Thanks