I have a form that opens blank using a macro to add a new record. I added a command button that saves the record. Can anyone help me with code I can add to the command button's "Save" event procedure that will clear the fields and reset the form in order to enter another new record? Thanks...
I ran across this example of code that creates a filter on one combo box based on another combo box selection:
http://www.databasedev.co.uk/filter_combo_boxes.html
The example is only based on two combo boxes. I have three that need to filtered by Director, Manager and Employee.
The example...