|
-
Sep 23rd, 2000, 09:58 AM
#1
Thread Starter
Lively Member
Hi everyone,
How can I pass parameters or criteria to the crystal report from my vb program?
For eg., the crystal report displays all records from the customer table. I just want to display the records where the customerID=ANTON.
Any help would be greatly appreciated.
Thank you.
sincerely,
Rathi
-
Sep 25th, 2000, 07:34 AM
#2
Addicted Member
Crystal formula
strSql = "{CustomerID} = 'ANTON'"
CrystalReport1.SelectionFormula = strSql
Hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|