Need to eliminate deleted items from a drop down list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a drop down list in one form based on a query from a table. In
another form I give the user the ability to delete records from this table,
followed by a requery of the drop down list in code. When the user returns
to the first form and drops the list down the deleted row still appears as
"#deleted". Is there a way to prevent the deleted records from appearing
in the list?

Bill
 
Back
Top