Oops think i found it.
Executed this in sql server query analyzer, this code could be entered in a stored procedure and the proc can be executed in access.
SET CONCAT_NULL_YIELDS_NULL OFF
select lijnnummer, send_key,convert(varchar(4),lijnnummer)+convert(varchar(4),send_key) As expr1 from...