First off, I'm completely new to Access. Therefore, I'm sure this isn't too difficult of a problem to solve, but it's beyond me at the moment.
I have a database I'm working on in my Office 365 subscription to store and track some inventory. The form in question has someone creating an inventory item by selecting some attributes from 3 drop down menu items, and then there are 3 buttons:
- The first button saves the entry and moves to the next one
- The second button saves the entry and closes the form
- The third button is supposed to cancel/clear the entries and close the form without saving the inventory item. Therein lies my problem
Can someone please help me out with some VBA code, or whatever is best for this situation, that will work?
I've used the search feature on here, but when I've tried that, it didn't work. I did succeed in making it where the form wouldn't let me close it at all without going into a loop with a dialog box... Thankfully I back up frequently so that was an easy fix.
Thanks in advance!!