navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Is there way to Group Records 3 values

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Is there way to Group Records 3 values
Page: [1]
 
rikki

 

Posts: 388
Joined: 4/4/2004
Status: offline

 
Is there way to Group Records 3 values - 6/18/2004 23:00:01   
I found this in the forum and I'm trying to modifying to meet my needs.
I want to have the records grouped using DateStart, DAteEnd and EMAIL that are equal.
I have this code
<% 
DIM GroupName,tmpGroupName 
GroupName=FP_FieldVal(fp_rs,"DateStart") AND GroupName=FP_FieldVal(fp_rs,"DateEnd") AND GroupName=FP_FieldVal(fp_rs,"EMAIL") 
If GroupName <> tmpGroupName then 
tmpGroupName=GroupName 
%> 
<td colspan=5><%=tmpGroupName%> </td> 
</tr> 
<tr> 
<%end if%> 

Page:   [1]

All Forums >> Web Development >> ASP and Database >> Is there way to Group Records 3 values
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts