We get a written report with the "ProductName" and the "DateSold" on the top of the page and then the list of customers and quantities they purchased. (They refuse to send table as a file. So we must enter the data by hand. )
When entering the data, I don't need to change the "ProductName" or "DateSold" each time so I want to put a combobox or textbox for each of them in the header of the form that will keep the current "ProductName" and "DateSold" constant until there is a reason to change them.
I tried to code this in the form_current but as the form loads I get error messages.
Alternatively, I could code the default value of the textboxes to be the previously entered value.
Any ideas?
Thank you.
When entering the data, I don't need to change the "ProductName" or "DateSold" each time so I want to put a combobox or textbox for each of them in the header of the form that will keep the current "ProductName" and "DateSold" constant until there is a reason to change them.
I tried to code this in the form_current but as the form loads I get error messages.
Alternatively, I could code the default value of the textboxes to be the previously entered value.
Any ideas?
Thank you.