I place the lines below in the update area of the query and I get a type coversion error
[-insp].[insp_nm] & Space(30-Len([-insp].[insp_nm])) & [cross_match].[employeenumber]
how can I make this work its seems not to like the (30-Len.....
if I put a number in instead of trying to minus it will work how can i get it
to work by figuring the number in the string?
thanks
[-insp].[insp_nm] & Space(30-Len([-insp].[insp_nm])) & [cross_match].[employeenumber]
how can I make this work its seems not to like the (30-Len.....
if I put a number in instead of trying to minus it will work how can i get it
to work by figuring the number in the string?
thanks