Vampire numbers are numbers that can be expressed as the product of two other numbers, where the digits of those two numbers are rearranged and combined to form the original number.
Write a program which will check if a number is a vampire number.
Run the program to check all numbers between 1000 and 2000.