OK I have managed to achieve exactly what I wanted by using this plugin:
https://www.ads-software.com/extend/plugins/more-fields/
And using this code to call the field:
<?php echo get_post_meta($post->ID, “sourcecredit”, true);?>
If you need help setting it up just ask ??
PS “sourcecredit” is just what I called my custom field and yours will/may be different