Link to home
Start Free TrialLog in
Avatar of baldocute
baldocute

asked on

Can anyone give me the correct parameter in using selection formula?


I am using crystal report 7 in my Vb programming. Problem is I could not pass on a selected value from my program to crystal report; heres how i could my selection:

CrystalReport1.selectionformula="select <list of fields> from <table name> where trandate = '"&datevalue(text1)&"'"


error encountered is: "error in formula"

please help....thanks
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial