Hi,
I have a form which, when you click on a certain button, opens another small form (with the original form still visible in the background). This small from allows the user to add and change information about the record they selected.
What I want to happen is for when I close the small form, the main form to be updated. At the moment some of the data is populated (the number I actually put in) but I have some dlookups which don't populate until I go out and come back in to the main form.
I thought it would be a simple docmd.requery but I'm not sure where I should put it?!
Any help would be greatly appreciated.
Thank you
I have a form which, when you click on a certain button, opens another small form (with the original form still visible in the background). This small from allows the user to add and change information about the record they selected.
What I want to happen is for when I close the small form, the main form to be updated. At the moment some of the data is populated (the number I actually put in) but I have some dlookups which don't populate until I go out and come back in to the main form.
I thought it would be a simple docmd.requery but I'm not sure where I should put it?!
Any help would be greatly appreciated.
Thank you