Hello,
I need simple help!
I have a form with a field (DrsName) which is a combo box that looks up values in another table (Drs List). When I come across a name that is not in the list, I need to open the form (Drs List) and add the name. for which I added a cute button. I am having 2 problems:
1) I cannot get the button to open the form in add mode, as I don't want the users to accidently type over the data, I just want to be able to ADD a new name. or at least open the form in data sheet view! I am able to do it in the switchboard but not within my form!
2) when I add the name and come back to my form, the list is not updated until I close the form and re-open it again. which is a problem as I need to find the patient I was working on and choose the name from the list and continue entering the data.
I am sure there is a simple way to do this... I just can't figure it out!
Thanks for the help.
Nour
I need simple help!
I have a form with a field (DrsName) which is a combo box that looks up values in another table (Drs List). When I come across a name that is not in the list, I need to open the form (Drs List) and add the name. for which I added a cute button. I am having 2 problems:
1) I cannot get the button to open the form in add mode, as I don't want the users to accidently type over the data, I just want to be able to ADD a new name. or at least open the form in data sheet view! I am able to do it in the switchboard but not within my form!
2) when I add the name and come back to my form, the list is not updated until I close the form and re-open it again. which is a problem as I need to find the patient I was working on and choose the name from the list and continue entering the data.
I am sure there is a simple way to do this... I just can't figure it out!
Thanks for the help.
Nour
Comment