I have a Form called [Clients Add/Edit] it is a tab form with 5 tabs controls. I am working on the [Physicians] tab. I have a command button that opens a form to add new physicians. When I add new physicians here, I close the forn and then I need to requery the main form to pickup the new physician. I have tried many different solutions with no avail. I believe I need to close the Clients Add/Edit form and reopen but I need help with the code. On the close event of my add Physician form I want to:
Echo off
Close Clients Add/Edit
Open Clinets Add Edit
But I need to come back to the same record which is determined by ClientID and to the Physicians tab on that form. Can you please help? Thanks
Echo off
Close Clients Add/Edit
Open Clinets Add Edit
But I need to come back to the same record which is determined by ClientID and to the Physicians tab on that form. Can you please help? Thanks