Greetings,
I have a form that checks to see if the record already exists when the Add button is pressed. If the recored is there it checks for required data. If there is missing required data, the system will display a message saying that the record was previously added but has missing data. It then says that it is updating the data. The system then updates the controls on the form for the missing required data based on data from a different system. I don't want to have to close the form or move to a different record to make it save. What is the command that I should use to save the data changes on the form into its bound table?
I have a form that checks to see if the record already exists when the Add button is pressed. If the recored is there it checks for required data. If there is missing required data, the system will display a message saying that the record was previously added but has missing data. It then says that it is updating the data. The system then updates the controls on the form for the missing required data based on data from a different system. I don't want to have to close the form or move to a different record to make it save. What is the command that I should use to save the data changes on the form into its bound table?