Hi
I have a simple query that I use in access which works great!
UPDATE dbo_MT_Document SET dbo_MT_Document.Text_Field_8 = [Text_Field_1] & "-" & [Text_Field_2]
WHERE (((dbo_MT_Document.ID_Job)="0000000004E") AND ((dbo_MT_Document.Is_Batch)=0));
I can't get it to work in SQL Server, I have tried a few variations but with no luck.
thanks for any help!
Stephen
I have a simple query that I use in access which works great!
UPDATE dbo_MT_Document SET dbo_MT_Document.Text_Field_8 = [Text_Field_1] & "-" & [Text_Field_2]
WHERE (((dbo_MT_Document.ID_Job)="0000000004E") AND ((dbo_MT_Document.Is_Batch)=0));
I can't get it to work in SQL Server, I have tried a few variations but with no luck.
thanks for any help!
Stephen