On Aug 11, 3:04*pm, BrianDP <bdp...@gmail.com> wrote:
> I have a subform attached to a form, and when you select more than one
> record and try to delete, Access hangs, and finally comes back with an
> ODBC Error. *The backend is a MS SQL database.
>
> Help!
It seems like there is some code behind the subform - so every delete,
before delete, before confirm delete, after confirm delete, they all
run the same sub-routine.. I don't know what the subroutine does yet,
but when I took out the references to the subroutine from the delete
events, it deleted the records no questions..
|