I am attempting to run a delete query. I don't want the delete query to
delete all records just records where [projectnum] = me.projectnum. When
I
do a docmd.openquery, I can delete them all. I do not know how to send a
parameter to this delete query so it only deletes specified records. I
have
the code in a button on a form. IF this cant be done, does anyone know of
a
better way to delete specific records from a button on a form? Thanks for
your help in advance!