Hi<br><br>Would anyone know how to pass the reference of one CCK object to another CCK object during object creation as an argument?<br>(cck = content creation kit)<br><br>Ex:<br>If i have two cck content types A and B with the following fields.
<br><br>A ( aid, some field)<br>B (bid, aid, somefiled)<br><br>so that every B is related to an A.<br><br>When creating a new B object, how can I a pass the reference of an existing A object (ie an 'aid') via an argument (through the URL)? [ this should happen without the user having to enter it manuall -- 
i.e when the user clicks&nbsp; a particular URL&nbsp; a chosen aid shuold be passed ]<br><br>Tnx in advance<br><br>Srimal.<br><br><br><br>