Hi,
I got this delete query
but it seems that the query is not working. What Im trying to do is to delete selected unit in the listbox, and delete the record from the table TblOrderUnit that has the same
OrderUnitID. It is so simple but I cannot figure the correct query. Anyone help? Thanks!
I got this delete query
Code:
DelQuery = "DELETE TblOrderUnit.* FROM TblOrderUnit WHERE OrderUnitID=TblOrderUnit.OrderunitID"
OrderUnitID. It is so simple but I cannot figure the correct query. Anyone help? Thanks!