Code:
Dim rstremoveAs Recordset Set rstremove = Database.OpenRecordset("SELECT * FROM tblitemhire WHERE itemhireno = " & ListBox & ";")
Would anyone know what this problem could be, ive been through it over and over again but the same problem remains
Thanks
Comment