C
churchers
The following is a direct copy and paste from my intranet website. (I
am printing the sql to the browser for testing purposes and the list of
dummy tasks you can see is being generated from the database
recordset).
-------------START
select top 2 ID, DateCreated, DateDue, Priority, Subject, Status from
tasks where Status <> 2 and UserID = 5 order by DateCreated asc
One more task to make it three
Due: Not Specified | Status: Waiting on Someone | Priority: Low
Add more storage to RBS server
Due: Not Specified | Status: Not Started | Priority: Normal
Add tasks list to intranet home screen
Due: 01/10/2006 | Status: In Progress | Priority: High
-------------END
As you can see its ignoring the "top 2" limit and listing all tasks in
the database.
It also does this on my machine in access 2003.
There must be something simple i've got wrong but i can't see it!!
Any help would be appreciated,
Thanks,
Matt C
am printing the sql to the browser for testing purposes and the list of
dummy tasks you can see is being generated from the database
recordset).
-------------START
select top 2 ID, DateCreated, DateDue, Priority, Subject, Status from
tasks where Status <> 2 and UserID = 5 order by DateCreated asc
One more task to make it three
Due: Not Specified | Status: Waiting on Someone | Priority: Low
Add more storage to RBS server
Due: Not Specified | Status: Not Started | Priority: Normal
Add tasks list to intranet home screen
Due: 01/10/2006 | Status: In Progress | Priority: High
-------------END
As you can see its ignoring the "top 2" limit and listing all tasks in
the database.
It also does this on my machine in access 2003.
There must be something simple i've got wrong but i can't see it!!
Any help would be appreciated,
Thanks,
Matt C