All, The 'PartyID' passed to the where statement is causing me grief. the value is not being passed, rather the text 'PartyID' is being passed. I suspect its simple syntax issue but I haven't figured it.
Appreciate some help.
Public Function DeleteRecord(PartyID As Long)
On Error GoTo...