21241.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 26 行
HTML
26 行
<html> <head> <title>使用系统日期过滤月份之sql写法??</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>使用系统日期过滤月份之sql写法??</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by 笨童 on November 11, 1999 at 09:17:25:<p>设定"出国日期"为一access之日期栏位<br>我想要用系统日期过滤当月出国之人<br>我应该如何用sql写??<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Private sub commond_click<br>'人力资料为一资料表<br>current_date=Date '读取系统日期<br>Adodc1.RecoordSource="SELECT * FROM 人力资料 WHERE ?????<br>Adodc1.Refresh<br>End sub<br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>我想应该使用DateDiff()函数吧??但我还是写不出来??<br>高手们,看你们了?? <p><p>--------------------------------------------------------------------------------<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21241--><!--top: 21340--><li><a href="21340.html">Re: 使用系统日期过滤月份之sql写法??</a> <b>大汉堡</b> <i>22:39:52 11/14/99</i>(<!--responses: 21340-->0)<ul><!--insert: 21340--></ul><!--end: 21340--></ul><!--end: 21241--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?