I think the .find method applies to a range not to a sheet, so maybe try changing:
Sheets("Database").find
to
Sheets("Database").cells.find