Hi,
in have the following table:
author - title - location
In want to have ONE textbox in my report showing the value of the three fiels separated by a comma and TITLE MUST BE ITALIC.
So I could add the followng in the control source of the specific texbox:
=[Table1.author] + ", " + [Table1.title] + "[Table1.location]
But now, the title must be italic. Adding <i> between the "" does not work. Anyone ?
thanks
Jeroen
in have the following table:
author - title - location
In want to have ONE textbox in my report showing the value of the three fiels separated by a comma and TITLE MUST BE ITALIC.
So I could add the followng in the control source of the specific texbox:
=[Table1.author] + ", " + [Table1.title] + "[Table1.location]
But now, the title must be italic. Adding <i> between the "" does not work. Anyone ?
thanks
Jeroen