How can you determine if in Attachment field in Access does not contain an attachment using VBA? I tried
If IsNull(rstMassBalance.Fields("FileName"))
and
If rstMassBalance.Fields("FileName") = Null
but neither of these work. It either does nothing or gives me run-time error 3021 that says "No current record"