Hello all,
I have an unbound for which has two subforms on it.
Subform1 displays a list of names.
Subform2 contains details related to each name.
I have a button which is used to add a new record (this opens up a pop up form (which is subform2)).
Once added I would like the newly added record to be selected in Subform1, but am unsure of how to do this.
Firstly I thought I would just tell the form to be filtered by going to last record, but of course as the subform1 is filtered by name, this just brings up Z....
The unique ID in subform 1 is APP_ID
So basically after adding the new record I want Subform1 to be on the related APP_ID that I have just added.
Helppppp!!!! Thanks Mark
I have an unbound for which has two subforms on it.
Subform1 displays a list of names.
Subform2 contains details related to each name.
I have a button which is used to add a new record (this opens up a pop up form (which is subform2)).
Once added I would like the newly added record to be selected in Subform1, but am unsure of how to do this.
Firstly I thought I would just tell the form to be filtered by going to last record, but of course as the subform1 is filtered by name, this just brings up Z....
The unique ID in subform 1 is APP_ID
So basically after adding the new record I want Subform1 to be on the related APP_ID that I have just added.
Helppppp!!!! Thanks Mark