Hi,
I have a Form1 which has a combo box which is loaded with data
from database on form load. In this form I have a Command button
which opens form2 where I can edit data and click Finish,
which returns me to the first form.
The problem is when I return to Form1, the data in the combo box
does not reflect the changes I made in form2, it still shows the
previous data.
Can anybody please help me.
thanks.
I have a Form1 which has a combo box which is loaded with data
from database on form load. In this form I have a Command button
which opens form2 where I can edit data and click Finish,
which returns me to the first form.
The problem is when I return to Form1, the data in the combo box
does not reflect the changes I made in form2, it still shows the
previous data.
Can anybody please help me.
thanks.