Hi I am designing a form for updating a price list. The prices have effective dates so instead of updating the current record I add a new record and update certain fields.
I have it setup so the user selects the record they want to update. This record is displayed (uneditable) along with another row that duplicates the 1st record except for 4 fields that they are able to update; price1, price2, effFromDate, effToDate.
I run an append query to append the data and I use the goto records command to goto a new record afterwards which essentially causes the selected (read only) line to clear. However, I cannot get the contents of the combo box that the user uses to select the record or the 4 text boxes that they updated for the previous record to clear/refresh so they are again blank.
After the user hits the save button I want the form to be totally blank again. I could close the form and re-open it. Is there some other way?
Thanks in advance.
I have it setup so the user selects the record they want to update. This record is displayed (uneditable) along with another row that duplicates the 1st record except for 4 fields that they are able to update; price1, price2, effFromDate, effToDate.
I run an append query to append the data and I use the goto records command to goto a new record afterwards which essentially causes the selected (read only) line to clear. However, I cannot get the contents of the combo box that the user uses to select the record or the 4 text boxes that they updated for the previous record to clear/refresh so they are again blank.
After the user hits the save button I want the form to be totally blank again. I could close the form and re-open it. Is there some other way?
Thanks in advance.