View Full Version : diplaying a word with field


puthenveetil
10-15-2004, 10:37 PM
Hi all,

This may be stupid question, can I display a word with a field I mean
i wish to display a word "program" attached with a field

like this [fieldname] program

eg: special program
easter program
christmas program

becuase this fieldname changes with different criteria...

Thanks in advance

thanks

WayneRyan
10-16-2004, 09:50 AM
p,

In the query that is the source for your report, make a new column:

NewColumn: [SomeField] & " program"

Then in the report use [NewColumn] as a field, it will be in the dropdown list.

Wayne

puthenveetil
10-17-2004, 10:49 PM
Hi wayne,

Thanks, It worked!!!!!


Thanks