If the data you are entering is common, such as "location" or "year", you can consider things such as lookup tables that are referenced in combos, value lists, default values, etc.
If the data is NOT common, you're probably best to just retype it, cut and paste, or pass the value to the next record automatically.
Many different approaches depending on the data you are wanting to reproduce.