What do you mean by 20 numbers in your query? How are you getting the current value of 5 3? When you concatenate fields, you can also include literal values in the string.
Rather than Field1 & Field2, you would use Field1 & "-" & Field2 to add a dash between the two fields being concatenated.