Is there an existing function in Crystal Reports?
Something like function({myTable.myDateColumn, x) //Where x is the number of the month and the function will return a date
Not like Month({myTable.myDateColumn) = x //Which I believe will just return a number.
Reason being: I need to get that date and assign it to a variable.
You could try the DateAdd() function.