تفضل اخي الكريم
اضف ازرار افراغ الحقول
اضف هذا الكود في الأزرار
Dim ctlNull As Control, I As String, X As Integer
For Each ctlNull In Me.Controls
If ctlNull.ControlType = acTextBox Or ctlNull.ControlType = acComboBox Then
ctlNull = Nul
End If
Next ctlNull