hi,
could someone point me in the right direction.
I have an sql statement which i would like to use to delete a selection from a dropdown vb list.
The SQL i am using is
DELETE FROM tablename A, tablename B, tablename C, tablename D, tablename E where A.ID = B.ID and B_ID = C_ID and C_ID =...