OK. Sory about this, Will try again.
I have this in a custom field
if ($value=="DTD") $value = "<a target=_blank href=\"LiveImports_add.php?editid1=".$data["Job_No"]."\">".$value."</a>";

the idea is the engineer will click on the letters DTD and it will open a Add Page

It will open the URL, but it will not insert the Job_No into teh Job_No field.
As can see the top job was selected as it has a Job_No of 1024462. I can click on Select and browse to teh job that way, but I need to make it more automated
