J
Jen
I have a query that shows terminated employees that need to be deleted from a
specific table in the database. This query runs off of three tables (two are
not updatable, one is updatable). I have a form that displays the names of
the employees to be deleted in case there are errors that need to be
corrected. On this form I have a command button that I would like to put code
on to delete the correct records. However, I have no idea how to actually
create this. The records would be determined by matching the ID # in the
query to the ID# in the CorporateEmployee table. I tried a delete query
already but it didn't work because the tables it ran off of were not
updatable... Help?
specific table in the database. This query runs off of three tables (two are
not updatable, one is updatable). I have a form that displays the names of
the employees to be deleted in case there are errors that need to be
corrected. On this form I have a command button that I would like to put code
on to delete the correct records. However, I have no idea how to actually
create this. The records would be determined by matching the ID # in the
query to the ID# in the CorporateEmployee table. I tried a delete query
already but it didn't work because the tables it ran off of were not
updatable... Help?