Hello,
I have a question. I am updating our company's parking database which includes all of the parking tickets and fines we have issued. We currently have a function button that changes the status from say "parking in handicap space" to "VOID - ticket 1 year old - VOID".
What I would like to do is something very simular to the steps I mentioned above except instead of just changing a field status, it deletes the whole record after 3 years of the parking ticket issue date. (1095 days)
Is there a way for me to program the function button to do this and if so, how do I do it?