I'm working on a Bill reminder database in access 2000. I have an unbound form with a listbox displaying all my bills. When I select a bill in the listbox it displays the due date, amount, etc. on the current form. I have a command button to open another form to "pay the bill". When this form opens the amount, current date, etc is displayed for this bill. If all the information is correct I want to click a button to "save" the payment detail without having to tab through any fields. If any of the information is incorrect I want to be able to edit it and then save the payment detail. What is working is my form is opening and displaying the correct bill information but the billdetailid hasn't been given a new number (the id field is set to autonumber). When I click on my button in this form to save the bill detail the form closes but the detail isn't saved. Can anyone help me get this to work the way I want?
Thanks
Thanks