السلام عليكم و رحمة الله تعالى و بركاته:
If DCount("[telephone]", "customers", "[telephone]= Text1 ") = 0 Then
MsgBox "هذا الرقم غير موجود"
ElseIf DCount("[telephone]", "customers", "[telephone]= Text1 ") = 1 Then
DoCmd.SearchForRecord acDataForm, "m_cust", acFirst, "telephone =" & Me.Text1
Else
MsgBox "هذا الرقم مكرر"
DoCmd.SearchForRecord acDataForm, "m_cust", acFirst, "telephone =" & Me.Text1
End If
و هذا هو المرفق
الحجز 2016.rar