theDBguy You are Great
I used error handler, Please, check my code if there something wrong, or something missing
Private Sub Save_Click()
Dim icount As Integer, cancel as integer
On Error GoTo errorhanlder
If Not IsNull(Me.InspID) Then
icount = DCount("*", "tbl_InpectionDetail", "inspid = " &...