Hi All,
I have this question about printing selected month name on a report.
Basically there is a month code parameter (@month) I pass to stored proc (AbsEntry field From OFPR table).
Problem is I need to print the month name (Select Name From OFPR). I tried to create a second parameter linked to first with a code like;
'monthname@select name from ofpr where (absentry = '@month')
but this doesn't automatically populate the second parameter.
Thanks in advance