X
xCepheus
Guest
Hello, let me preface this by saying I'm pretty new in working with and designing Access databases. I am currently working on designing an Access database and I have a form that adds records to a table however I am not satisfied with the default behavior/interface that Access provides for adding a new record via a form. What I would like is to have 2 command buttons: an "Add" button and a "Close" button. The "Add" button should save the data entered in the fields to the source table and put the form back into it's original state with all of the fields set to null or default value and ready for the next record to be input. The "Close" button should close the form and undo the current record if any data has been entered by the user. I have searched the forums and the brief FAQ but have not seen a solution to this specific problem. I have tried using the command button design wizard and also VBA to get the buttons to work properly but so far the solution escapes me. I'm sorry if this has already been asked and answered before. Any tips would be most appreciated. Thanks.