W
Wayne-I-M
Hi
Maybe this can't be done without using S Lebans activeX
but worth a look anyway
I have a report that takes it's details from a query. Some one the report
boxes are calculated in the query like this
StartLess49To30: "49 to 30 days prior to departure, 60%. In your case this
is between " & Format(DateAdd("d",-49,tblEvents!EVTStart),"ddd dd mmm yyyy")
& " and " & Format(DateAdd("d",-30,tblEvents!EVTStart),"ddd dd mmm yyyy") &
"."
I would like the 2nd section bolding - thats the bit after "In your case...."
something like
.....to departure, 60%."& APPLY BOLD&" In your case this....
As you can see its the cancelation section of a holiday termms and condidtions
I know I could just split it into 2 calculations and bold the 2nd but was
just wondering if it is possible to apply formating mid way in a calculation
Thanks for any tips
Maybe this can't be done without using S Lebans activeX
but worth a look anyway
I have a report that takes it's details from a query. Some one the report
boxes are calculated in the query like this
StartLess49To30: "49 to 30 days prior to departure, 60%. In your case this
is between " & Format(DateAdd("d",-49,tblEvents!EVTStart),"ddd dd mmm yyyy")
& " and " & Format(DateAdd("d",-30,tblEvents!EVTStart),"ddd dd mmm yyyy") &
"."
I would like the 2nd section bolding - thats the bit after "In your case...."
something like
.....to departure, 60%."& APPLY BOLD&" In your case this....
As you can see its the cancelation section of a holiday termms and condidtions
I know I could just split it into 2 calculations and bold the 2nd but was
just wondering if it is possible to apply formating mid way in a calculation
Thanks for any tips