Hello,
I'm new to VBA and I'm trying to create a button in my form that when clicked will bring up a message that asks the user if they want to really "close" the ticket. If user selects yes, it will change the text box I have from OPEN (default value) to CLOSE and also update the status field with this info in the underlying table. Then the button should be grayed out whenever the status is closed. If no is selected then the status should remain as is...OPEN. This is for a help desk database.
Any help that you can provide is greatly appreciated!
Thank you.
J