Arthur Fuller
fuller.artful at gmail.com
Mon Dec 24 15:50:49 CST 2007
Wow. I hope this works, baby! If it does and you're unmarried, consider this a marriage proposal. On 12/24/07, Tina Norris Fields <tinanfields at torchlake.com> wrote: > > Hi Arthur, > > I have a subform that accepts payment information for a membership > database. The subform gets opened by a button click on a membership > information form. Underlying the subform is a query that filters on the > ID of the member, and lists all the payments in descending order. Until > you raised the question, I just accepted the fact that new records were > added at the bottom and didn't show up on top until the next time the > subform was accessed. > > I went into the subform's After Update event and added a DoCmd.Requery. > Then I tried it out. Eureka! It works. As soon as I added a new > payment record, it jumped to the top of the list. > > Hope this helps, > Tina >