I am creating a form that users will use to input a style number and color number for a particular product. I want to concatenate these items together with a hyphen in between them. What would be the best practice way to do this? I currently have the following in the Default Value on the Data tab: =[txtStyleCode] & "-" & [txtColorCode]. Will this achieve the desired result and align with best database practices?