I
icccapital
I have opened a recordset with the query:
SELECT PeachtreeCodes.PeachtreeCode, Invoice.ID, ClientCode.Arrears,
Invoice.[Total Bill] FROM ClientCode INNER JOIN (Invoice LEFT JOIN
PeachtreeCodes ON Invoice.ClientCode = PeachtreeCodes.ClientCode) ON
Invoice.ClientCode = ClientCode.ClientCode WHERE Invoice.InvDate = #12/31/08#
Everything seems to return fine, but after a few records I get rst.fields(0) =
CARPENTLCL127BFCMB
<None
<NONE
When it should just be the first line. I don't know where the other two
lines come from. When I run this query in an access query box of sql i don't
get this result. Everything seems to work fine. Is there something in the
recordset I am missing? Thank you for the help.
SELECT PeachtreeCodes.PeachtreeCode, Invoice.ID, ClientCode.Arrears,
Invoice.[Total Bill] FROM ClientCode INNER JOIN (Invoice LEFT JOIN
PeachtreeCodes ON Invoice.ClientCode = PeachtreeCodes.ClientCode) ON
Invoice.ClientCode = ClientCode.ClientCode WHERE Invoice.InvDate = #12/31/08#
Everything seems to return fine, but after a few records I get rst.fields(0) =
CARPENTLCL127BFCMB
<None
<NONE
When it should just be the first line. I don't know where the other two
lines come from. When I run this query in an access query box of sql i don't
get this result. Everything seems to work fine. Is there something in the
recordset I am missing? Thank you for the help.