Hello!
What is the easiest way to get the maximum index value for a given date?

I have a database of articles which all have a Date and Index property.  A few articles
can have the same Date, but all are supposed to have a different Index.  The Date is 
assigned in the format (for August 4, 1999) 19990804.  To get the Index value,
"1" is for a given date: 199908041, 199908042, 199908043... etc. For example, for 
August 5, 1999, the date would be 19990805 and the Indexes would be 199908051, 
199908052 etc. 

I'm thinking about creating a Data Object to get the Date and Index values of each 
article, 
get all of the Index values for a given date and then getting the largest index value. 
 
Does anybody know an easy way to do that?  Do you have an example?

Thanks,
Rimma
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to