I have a subform on my main form that lists employee appraisal dates. I click a button from my main form to open the “promotion” form. When I close the “promotion” form, all the appraisal dates are updated (using delete, append, and union queries). The only problem is that the subform displays “*deleted*” instead of the new dates.
I’ve tried using the refresh and requery commands on the form and subform (on open and on activation), but these have not worked.
Can someone tell me how to get the information in the subform updated with the new dates when I go back to the main form? Thanks!
Access2000, sr1