posting results from a database query on web page

M

Matthew

Hello, In my database I have recently created a database query where I have 4 individual column sums and 1 column that has the total of all 4 together. On my page I would like to be able to create a sentence that would be similar to something like this. Total votes for Tiffany _ (where "_" would be the total from the first column. I would do that for each row and then finally. Total votes submitted _ (the total of all 4 columns in my database. Thanks for any help or suggestions you may have.
 
B

Bill Schroyer

You can create the queries in your db and use FrontPage to
display them. You can have multiple results on one page.

Bill Schroyer
[email protected]
http://www.frontpagewiz.com
-----Original Message-----
Hello, In my database I have recently created a database
query where I have 4 individual column sums and 1 column
that has the total of all 4 together. On my page I would
like to be able to create a sentence that would be similar
to something like this. Total votes for Tiffany _
(where "_" would be the total from the first column. I
would do that for each row and then finally. Total votes
submitted _ (the total of all 4 columns in my database.
Thanks for any help or suggestions you may have.
 
Top