Employee Quit?

pinkapepink

New member
Local time
Today, 05:04
Joined
Aug 23, 2005
Messages
8
I have a form which has a drop down box which links to a table with Employee names. One employee quit and I want to delete her name from the table. But... if I do that, I will delete her entirely from all previous records. Is there a way to keep all previous records, but take her out of the drop down choices?
Thanks!:)
 
Hi -

Does your table include a HireDate and DepartureDate (or fields to that effect)? If so, select only those records where DepartureDate IsNull.

HTH - Bob
 
Worked Great! Thanks!:p
 

Users who are viewing this thread

Back
Top Bottom