That worked great for the English laptops but I am now trying this on another name and having an odd problem.
The SQL statment says "The command completed successfully" but when I check the entry in the browser the field is still blank.
UPDATE tblCompCustom
SET Custom1 = '£259.00'
FROM tblCompCustom INNER JOIN
tblComputers ON tblCompCustom.Computername = tblComputers.Computername
WHERE (tblComputers.Computer LIKE 'R21-STN%')
Basically we have a numbre of machines called R21-STN01, R21-STN02 etc.etc.
Am I missing something?