I'm trying to display the record count next to tabs on my web page that switch the view when clicked. For example I have | Tab A (x) | Tab B | Tab C (z) | on my web page where x, y, and z represent the number of records that were written to the page. My problem is I don't have the record count when I render this part of the page. In classic VB ASP how can I revise the tab text to reflect the number of records?