G
Guest
Im trying to do this
UPDATE [ICT & Electrical Audit Table] INNER JOIN Software ON [ICT &
Electrical Audit Table].[Internal Reference] = Software.[PC LICENCED FOR]
SET [ICT & Electrical Audit Table].Software = " "
UPDATE [ICT & Electrical Audit Table] INNER JOIN Software ON [ICT &
Electrical Audit Table].[Internal Reference] = Software.[PC LICENCED FOR]
SET [ICT & Electrical Audit Table].Software = [ICT & Electrical Audit
Table].Software & software.[internal reference] & " " & software.[software
title] & " format=" & software.[format] & " " & software.[serial number] &
chr$(13);
ie clear the content of [ICT & Electrical Audit Table].Software before
setting multiple query returns to it, but it dont like it..can anyone help?
UPDATE [ICT & Electrical Audit Table] INNER JOIN Software ON [ICT &
Electrical Audit Table].[Internal Reference] = Software.[PC LICENCED FOR]
SET [ICT & Electrical Audit Table].Software = " "
UPDATE [ICT & Electrical Audit Table] INNER JOIN Software ON [ICT &
Electrical Audit Table].[Internal Reference] = Software.[PC LICENCED FOR]
SET [ICT & Electrical Audit Table].Software = [ICT & Electrical Audit
Table].Software & software.[internal reference] & " " & software.[software
title] & " format=" & software.[format] & " " & software.[serial number] &
chr$(13);
ie clear the content of [ICT & Electrical Audit Table].Software before
setting multiple query returns to it, but it dont like it..can anyone help?