Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Speegs #1
Start from 2nd record
Hello I have a table access, asp, sql etc.....
I have a recordset that sorts by date ascending
How can I get the recordset to start from the 2nd record when it lists the titles?
Speegs
Speegs Guest
-
How can i retrieve record ONLY From 300 - 400 in amillion Record Table?
HI all Thanks for your time.. I have a question here.. How can i retrieve record ONLY From XXX - XXX in a million Record Table? eg. I have a... -
CF MX6.1 will not auto start after server reboot.. but will start by hand...
I just moved all the stuff to a new dual Xeon Windows server 2003. Problem with CF MX 6.1 is that it will not start after a server reboot! I get... -
Find record w/ conditions met in the same child record
I'll use 2 files to demonstrate my question. The first file is Animal. It has 4 fields. Id (serial number) ZooId (number) Name (text) Food... -
using dropdown box to display db record & update record
Hi Folks, I have a web database written in asp and using access97. I have many projects, but each project is being held responsible by a person.... -
Stop adding record in subform after record count = 1
Can someone help in in what to put after the THEN statment to allow one entry if the Record count is =>1 in the Before insert or should I set the... -
Paul Whitham TMM #2
Re: Start from 2nd record
When you put a reacordset on the page the last line always looks like this
recordset_numRows = 0
Once you have put the display code and the repeat region on the page simply
wrap the display elements in an if statement like this
<%
if recordset_numRows > 0 then
end if
%>
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Speegs" <webforumsuser@macromedia.com> wrote in message
news:d1cd4r$48t$1@forums.macromedia.com...titles?> Hello I have a table access, asp, sql etc.....
>
> I have a recordset that sorts by date ascending
>
> How can I get the recordset to start from the 2nd record when it lists the>
> Speegs
Paul Whitham TMM Guest



Reply With Quote

