I know this has been asked in reference to various problems throughout this forum but I am unable to find a solution as to my issue.
I have a form that lists an individuals Fname, LName, DOB. On the top of this form, i have a drop down box that allows me the option to view a specific individuals information.
On this same form, i have a button which opens a new form to allow me to add new indviduals into the db.
The problems is this.
When i add a new person in the "Data entry" form and go back to the first form to view their data, its not in the drop down box until i push a "refresh form" button on the initial form. The next issue is that after i refresh the form only the combo box is populated by that new person, when i click on them detail data references that last person prior to entering the new person.
If i close and open the form entierly both the combo and detail section update.
I would like all the new data to populate the primary form without having to close and open it again.
Any help would be greatly appreciated.
I have a form that lists an individuals Fname, LName, DOB. On the top of this form, i have a drop down box that allows me the option to view a specific individuals information.
On this same form, i have a button which opens a new form to allow me to add new indviduals into the db.
The problems is this.
When i add a new person in the "Data entry" form and go back to the first form to view their data, its not in the drop down box until i push a "refresh form" button on the initial form. The next issue is that after i refresh the form only the combo box is populated by that new person, when i click on them detail data references that last person prior to entering the new person.
If i close and open the form entierly both the combo and detail section update.
I would like all the new data to populate the primary form without having to close and open it again.
Any help would be greatly appreciated.