Re: counting the search results on database

2007-05-12 Thread Phillip M. Vector
#queryname.recordcount# returns the number of records found. Ali Majdzadeh wrote: > Hi: > I know it looks to be very basic but I really need help here. I am making a > search page and I want to show the users number of search results on the > database. In other world I want to be able to count t

Re: counting the search results on database

2007-05-12 Thread Andrew Scott
#queryname.RecordCount# On 5/12/07, Ali Majdzadeh <[EMAIL PROTECTED]> wrote: > > Hi: > I know it looks to be very basic but I really need help here. I am making > a search page and I want to show the users number of search results on the > database. In other world I want to be able to count the

counting the search results on database

2007-05-12 Thread Ali Majdzadeh
Hi: I know it looks to be very basic but I really need help here. I am making a search page and I want to show the users number of search results on the database. In other world I want to be able to count the records in database that match the search criteria. What function and how I should use