FrontPage 2003 - Access database

G

Guest

I'm searching an access database with a FrontPage Wizard form. Is there any
way to show the number of matches found i.e. the number of records that match
the search word.? Thanks for any replies.
 
G

Guest

You would have to configure a second Database Results Region with a custom
query that had all the same criteria, but use a custom query like

SELECT COUNT(*) as reccnt WHERE ...

and then display the reccnt field.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
o--> Microsoft Visual Web Developer 2005 Express Edition: Build a Web Site
Now!
o--> Microsoft Office FrontPage 2003 Inside Out
o--> Microsoft Windows SharePoint Services Inside Out
o--> Faster Smarter Beginning Programming
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top