Hi

Im using node relationships (http://drupal.org/project/noderelationships) and I would like to be able to display the parent node fields on the child node editing and creating page.

Node A is the parent node
Node B is the child node

A user edits Node A and within this editing screen they can create several Node B that link to Node A.

When the user goes to create a Node B within Node A I want to display some of the fields from Node A (not the complete node) on the editing/creating screen of Node B.

Is this possible?

We would like to do it for usability and if possible save the Node A fields to Node B

Is there a way I can somehow do it with node reference?

Any help very appreciated!