使用Crystal Report 7,VB6和SQL
在“Crysal报告”中,我想显示SQL Select Query
中的列在crystal report中,我可以在哪里添加查询,然后如何从select查询中添加列。
前者
In Crystal Report, i want to enter Select * from table where dates = '" & sdate &"'
In VB6, I want to pass the sdate value to crystal report
Then crystal report Should display the column for selected date.
任何人都可以建议我,怎么做。
需要Crystal Report帮助
答案 0 :(得分:2)
在Crystal Reportts 7中,你不能。您只能使用可视化查询构建器将表连接在一起;然后,您可以将字段拖放到报表中。
或者,您可以在数据库中将查询创建为视图,然后将视图添加到报表中。