M
MarMo
Helle there ,
Let me first explain the form's layout.
On a form i have a tabcontrol with several pages.
I have a form FrmDestinations that i placed on Page2 as a
subform.(recordsource = TblDestinations)
Here i've added 2 cmdbuttons , 1 to add a record , 1 to delete a record.
All works fine
On Page3 i 've got a combobox with the TblDestinations as a rowsource.
I'd like to update the combobox in Page3 after I added or deleted a record
in Page2
PROBLEM IS :
If I delete a record , the combobox has '#deleted' as text where the record
used to be.
i've tried :
Forms!FrmMain.Pages("PgDestinations").controls("combobox1").requery
but this does not help.
I also looked for help on the net , but could not find exactly what i
needed.
Can someone help me with this pls.
If you need more details , just ask for it.
Many thanks
Mario
Let me first explain the form's layout.
On a form i have a tabcontrol with several pages.
I have a form FrmDestinations that i placed on Page2 as a
subform.(recordsource = TblDestinations)
Here i've added 2 cmdbuttons , 1 to add a record , 1 to delete a record.
All works fine
On Page3 i 've got a combobox with the TblDestinations as a rowsource.
I'd like to update the combobox in Page3 after I added or deleted a record
in Page2
PROBLEM IS :
If I delete a record , the combobox has '#deleted' as text where the record
used to be.
i've tried :
Forms!FrmMain.Pages("PgDestinations").controls("combobox1").requery
but this does not help.
I also looked for help on the net , but could not find exactly what i
needed.
Can someone help me with this pls.
If you need more details , just ask for it.
Many thanks
Mario