Link to home
Start Free TrialLog in
Avatar of Michael Franz
Michael Franz

asked on

MS ACCESS 2010 Clear Form Button

I have a button on a form, but it will not clear 2 values. I have bolded the 2 fields that the button does not clear.

Private Sub Clear_Form_Click()
Vendor.Value = ""
Payment_Type.Value = ""
Amount1.Value = ""
Check_Date1.Value = ""

Check_Number.Value = ""
Table_Attendees.Value = ""
Quantity.Value = ""
Requestor_Type.Value = ""
Requestor.Value = ""
Request_Description.Value = ""
End Sub
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

see if they have default values set
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Franz
Michael Franz

ASKER

Thank you for the help. I appreciate it.
You're welcome.