Hi all...
Quick Question.
I want to use asp to go into an SQL Server Table and count and print the amount of records in that table that have a field equal to a certain value.
Example:
----------
This is the table:
tb_Help
Counter | Employee# | Name
--------------------------------------
1 | 0001 | Bob
2 | 0002 | Jane
3 | 0001 | Bob
4 | 0004 | Bubba
I'm trying to get the asp to go to the records and count every record that has the Employee# = 0001.
Any help???
Quick Question.
I want to use asp to go into an SQL Server Table and count and print the amount of records in that table that have a field equal to a certain value.
Example:
----------
This is the table:
tb_Help
Counter | Employee# | Name
--------------------------------------
1 | 0001 | Bob
2 | 0002 | Jane
3 | 0001 | Bob
4 | 0004 | Bubba
I'm trying to get the asp to go to the records and count every record that has the Employee# = 0001.
Any help???