I have a form, "frmEmpExpenses",that allows users to enter expense report information one day at a time. When the form is initially opened an ExpenseID is generated and is stored in field "txtExpenseID". After the user has entered all info they are to click on the "Save" button which saves the info and clears the form.
What i am trying to do is this, lets say the user has two days of info to enter, he opens the form and ExpenseID # 0604001 is generated. He enters all the info for the first day and clicks "Save", form is cleared and user enters the next days info. I can get this to work however when the "Save" button is clicked it generates a new ExpenseID # which i dont want.
Is there a way to keep the "ExpenseID" constant while the form is open?
What i am trying to do is this, lets say the user has two days of info to enter, he opens the form and ExpenseID # 0604001 is generated. He enters all the info for the first day and clicks "Save", form is cleared and user enters the next days info. I can get this to work however when the "Save" button is clicked it generates a new ExpenseID # which i dont want.
Is there a way to keep the "ExpenseID" constant while the form is open?