I have made a simple database with just two fields in the table. They are "Field 1" and "Field 2".
I want to combine these two fields into a text box on forms, queries, and reports with "Field 1" in normal print and "Field 2" in italicized print.
Example:
[Field 1] = Dog
[Field 2] = Cattle
I am trying to use the following expression.
[Field 1] + " " + [Field 2] = To give me the answer Dog Cattle
What am I doing wrong?
I appreciate any help you can give. Thanks......
Signed Steve54299