mbath20110
Registered User.
- Local time
- Today, 11:19
- Joined
- Jul 17, 2003
- Messages
- 13
have a form with a combo box which looks to a table to get its list.
the user drops down the combo box, selects their criteria then clicks 'Find'. My code behind the 'Find' button sets the form's visible property to 'False' then opens another form in which the data is limited to what the user selected on the first form.
Here's my sticking point. When my user deletes a record from this second form, upon closing they are returned to the original search form. However, still sitting in the combo box is the data from the record which they just deleted.
Of course if they click 'Find' again they'll be brought to an empty from which does verify that the record was indeed just deleted but I sure would like to be able to somehow someway refresh/requery my search form such that the data they just deleted does not show in the combo box.
thanks much
the user drops down the combo box, selects their criteria then clicks 'Find'. My code behind the 'Find' button sets the form's visible property to 'False' then opens another form in which the data is limited to what the user selected on the first form.
Here's my sticking point. When my user deletes a record from this second form, upon closing they are returned to the original search form. However, still sitting in the combo box is the data from the record which they just deleted.
Of course if they click 'Find' again they'll be brought to an empty from which does verify that the record was indeed just deleted but I sure would like to be able to somehow someway refresh/requery my search form such that the data they just deleted does not show in the combo box.
thanks much