Hello,
I created a database to track members in my school. I have created a form that has everyone's information including wheather or not they paid for this month's touition. My "Paid" field is a check box so I know if the member has paid or not. I have over 200 members to track. At the end of the payment cycle I would like to have a button that would have the check box back to it's default value of False. I have tried:
me.paid = False
I get a message saying "You can't assign a value to this object"
Let me know if more information is needed. Thanks in advance for the help.
Pogi