Using Access 2010, within a report I have a text box. The control source has this line, =[Forms]![frmNewQuote]![VehicleMake] & " " & [Forms]![frmNewQuote]![VehicleModel]
My problem is it is only printing the first field. If I create 2 text boxes, and seperate the data, that works fine. But I need to only use 1 text box. Thanks in advance for your help!!