davejackson
Technical User
Hi,
I have a subform which contains a combo box. The combo box selection moves the data on the subform to the selected record. A button on the subform deletes whichever record is selected at the time. I cannot get the deleted record to disappear from the combo box even though I am doing ComboName.Requery, SubFormName.Requery and Me.Requery - any requery i can think of in fact. The only way it disappears is when I move to a different record on the main form and then return. Can anyone offer any explanation or suggestion as to what I should do please.
Thanks in advance,
Dave
I have a subform which contains a combo box. The combo box selection moves the data on the subform to the selected record. A button on the subform deletes whichever record is selected at the time. I cannot get the deleted record to disappear from the combo box even though I am doing ComboName.Requery, SubFormName.Requery and Me.Requery - any requery i can think of in fact. The only way it disappears is when I move to a different record on the main form and then return. Can anyone offer any explanation or suggestion as to what I should do please.
Thanks in advance,
Dave