Hello,
I am a beginner and have the following problem, any ideas to solve this would be great.
I have two data entry forms.From one form(Say Form A) I am saving some data into the table(say Table A).In the second form(Form B) I have a combo box which is getting its value form the table A.
The problem is once I save the values from the Form A to Table A, from the save button itself I am going back to Form B.But I don't see the new value in the Combobox.But if I close the Form B and come back again I can see the new value I added from Form A in my combo box.
So is there a way that I can refresh or requery the Form B so that it gets the new value from Table A the instant I go back to Form B from Form A.
Please help!,
Thanks,
Madu.
I am a beginner and have the following problem, any ideas to solve this would be great.
I have two data entry forms.From one form(Say Form A) I am saving some data into the table(say Table A).In the second form(Form B) I have a combo box which is getting its value form the table A.
The problem is once I save the values from the Form A to Table A, from the save button itself I am going back to Form B.But I don't see the new value in the Combobox.But if I close the Form B and come back again I can see the new value I added from Form A in my combo box.
So is there a way that I can refresh or requery the Form B so that it gets the new value from Table A the instant I go back to Form B from Form A.
Please help!,
Thanks,
Madu.