View Full Version : Related Form Refresh


jblackman
04-03-2001, 08:59 PM
I have a main software form with a button that takes me to a related form displaying software title and version from the main form, allowing me to add user info for licensed users for that specific software title. When this "jump" form is closed, it there a way I can get the main software form to refresh it's record set? I have a display field on the main form that pulls a sum from the licensed user's "Jump" form summing up the number of users for that title. It does refresh if I go to the next record and come back, but would like it to happen when I close the "jump" form... any thoughts? Thanks, JB.

AccessUser
04-04-2001, 10:38 AM
Try refreshing it in the On Activate event for the form.

yahazim
04-04-2001, 12:12 PM
Do you mean OnActivate for the main Form or the jump Form?

jblackman
04-04-2001, 06:52 PM
The main part of the form calls the calc so at the ON CLOSE, it just recalled the calc and it worked..... FYI... thanks,jb.