I am using Crystal Report 10, MS SQL 2000 and VB 6.0.
How to call a SQL expression field(Crystal Report) in VB 6.0 ?
Example, I need to add a date/ time(data type) with a number..
ETA = DateToday + 3
I am finished with this,
my problem now is I dont know how to call it in Crystal Report Viewer.sqlstring
What must be my sql expression?
Thank you