I have a form which is used to either add a new customer, or search through customers. If adding a new customer, currently the user fills out the required boxes and hits submit, then as long as all required boxes are filled in (I have if statements to ensure this), the record is added. Currently the user doesn't get any proof that the record has been added. I could have a msgBox popup, but I think that'd be annoying.
Rather, I would like if the subform remained unfiltered but the it went to the record which was added. That is, that record would be selected and in view. Like, if it was near the bottom of the subform, you wouldn't have to scroll down to see it. How can this be done?
![]()