ASP+ACCESS数据库,如何多条件查询以及打印?

2024-12-26 13:03:20
推荐回答(4个)
回答1:

时间要用控件来输入啊,赋值给变量传递到查询语句中,查询结果通过页面显示出来,打印的话不要求什么效果直接用浏览器的打印页面就可以,记得清空页眉页脚。

回答2:

尝试如下
doc:=wb1.document as ihtmld6ocument2;
userinputelement:=(doc.all.item('fastpostmessage',0) as ihtmlinputelement);
userinputelement.value:='1111111' ;

回答3:

select * from 表A where 时间 between #2011-6-1# and #2011-8-30#

回答4:

http://www.w3school.com.cn/sql/sql_between.asp