易截截图软件、单文件、免安装、纯绿色、仅160KB

access过滤问题,有请大侠们

sql语句:
SELECT  top 12  Forum.ID,Forum.topic,Reforum.id,Reforum.username,Reforum.posttime,Reforum.postip,Forum.username from Forum INNER JOIN Reforum ON Forum.ID = Reforum.topicid where Forum.forumid not in (62,64,65,66) order by Reforum.ID desc
实现结果:
forum.id    topic    reforum.id    reforum.username  posttime    postip    forum.username

12          Abc      3001          5454            2009-10-05  127.0.0.1  admin
48          Bcd      2134          user            2009-10-05  126.12.1.1  user
34          abc      3002          5555            2009-10-04  21.32.11.3  poic
45          abc      3079          umm              2009-10-03  22.22.11.1  usss
想要的结果:
forum.id    topic    reforum.id    reforum.username  posttime    postip    forum.username

12          Abc      3001    &


相关问答:

asp跟Access数据连接问题。

IsSqlDataBase = 0 '主数据库类型(1=SQL,0=AC)

'===========================================================================
SqlDatabaseName = "ads365" '主数据库名
S ......

ACCESS数据库与VB开发的软件进行互连网连接

本来我是用ACCESS+VB建立一个软件(局域网),现在由于办公地点有变动,相换成INTERNAT的,有没有办法解决,

象这样的情况,如果是广域网,最好改成:B\S的
如果是局域网的,最好改成:C\S的
http://downlo ......

请给一个ACCESS多条件查询的例子

请给一个ACCESS多条件查询的例子,字段:姓名,电话,公司,地址为查询条件,只要不为空,就作为查询条件.
你先給這個些字段設置變量並賦初值為:%,
再在查詢 ......

access vba 数组长度

access vba 中怎么取得数组长度?
数组行?
UBound(数组名)

ubound()-lbound()

UBound 函数
     

返回一个 Long 型数据,其值为指定的数组维可用的最大下标。

语法 ......

ACCESS数据库关联查询问题?

初用ACCESS数据库,要实现一个关联查询,sql语句如下:select pid,product_Type.name as tid,name,img_url,context,remark from Product join product_Type on product.type_id = product_Type.type_id order by pid ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号