Simply while you are saving value ProvinceId in village table. Just use IntegerToIdentifier() method.
Lets say ProvinceId is 5. Right now this 5 is integer. But before making entry into the Village table. pass value like IntegerToIdentifier(5) instead of only 5.