I have a form which I use to select data in a subform. It is unbound and when I select an name from here it gives me records in a subform based on that name.
I have a button in the header of this selector form which pens a form to add another name.
At the moment I am having to get the users to press a refresh button on the first form as when the "add new name" form closes it doesn't update the information in the selector combo box automatically.
I have experimented with codebuilder and used OnLoad, OnOpen and all sorts trying to get it to refresh on its own.
Could someone rovide me with a solution to this - I just need to know what event needs to be set to refresh when I close the form. Maybe I have to add something to the close button of the other form.
Help please!
I have a button in the header of this selector form which pens a form to add another name.
At the moment I am having to get the users to press a refresh button on the first form as when the "add new name" form closes it doesn't update the information in the selector combo box automatically.
I have experimented with codebuilder and used OnLoad, OnOpen and all sorts trying to get it to refresh on its own.
Could someone rovide me with a solution to this - I just need to know what event needs to be set to refresh when I close the form. Maybe I have to add something to the close button of the other form.
Help please!