LittLe3Lue
Active member
- Joined
- Mar 7, 2003
- Messages
- 27
Read a lot of tutorials, but none that i can find that tell me how to output a certain Feild from a record.
I use Record.Find to find the record, and i want to get a particular feild, without looping through all checking for x.name each time. Anyway to just say, response.write(currentrecord.ThisFeild.Value)
Also, i am getting errors with my Find at times, i was wondering, if i get to my last found record, and there are no more after it, will it return EOF or give me an error.
For example, if i look for a company name, the 3rd last record is that, then it looks for the next matching record, and no more exist, will it just return EOF?
I use Record.Find to find the record, and i want to get a particular feild, without looping through all checking for x.name each time. Anyway to just say, response.write(currentrecord.ThisFeild.Value)
Also, i am getting errors with my Find at times, i was wondering, if i get to my last found record, and there are no more after it, will it return EOF or give me an error.
For example, if i look for a company name, the 3rd last record is that, then it looks for the next matching record, and no more exist, will it just return EOF?