I have a form and a subform. After the user choose a name and a date (using calendar control)in the main form, he needs to click refresh command button before filling any data in the subform. I have a combo box in the subform, and its list won't change unless the user clicking refresh.
What if the user forgets to click refresh and go in the subform to fill in data. The item he chooses might not be the correct one for that person and that date(I have a time range set up). My problem is this incorrect item is still saved into the table. How do you make it not saved into the table?
What if the user forgets to click refresh and go in the subform to fill in data. The item he chooses might not be the correct one for that person and that date(I have a time range set up). My problem is this incorrect item is still saved into the table. How do you make it not saved into the table?