sub form update

hi, ive created a form and sub form based upon the same table. The main form is for entering information about the delivery, and the subform is a list of the last 10 deliveries sorted by delivery number. i would like to add an [update] button that the user clicks to refresh subform to the latest entry. how do i do this? i know ive done something similar before but i cant remember [:I] please help.

have a look at my posting on this thread: http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=9491 …but omit the CHANGECOMPANY… :slight_smile:

just create a button, and place this code in the OnPush trigger currform.update;

thanks, will give that a go. ive tried “currform.update;” this doesnt update the subform, which is the list.