KevinsHandle
Programmer
I am having a brain freeze the Morning. I've done this type of query many times but it's not coming to me today.
I believe that Access is barking at the join in the qry.
I want to delete records from tblClaimsData when the tblClaimsData.ServiceDate is not Between the tblVendorStatus.EffDate and tblVendorStatus.TermDate or tblClaimsData.VendorID Is Null.
I have a vague recollection of using a sub query to select the joined records that are to be deleted with an "In Select yad a yada"
Any help appreciated.
Kevin
I believe that Access is barking at the join in the qry.
I want to delete records from tblClaimsData when the tblClaimsData.ServiceDate is not Between the tblVendorStatus.EffDate and tblVendorStatus.TermDate or tblClaimsData.VendorID Is Null.
I have a vague recollection of using a sub query to select the joined records that are to be deleted with an "In Select yad a yada"
Any help appreciated.
Kevin