Jump to content

billmc

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by billmc

  1. I'm looking to display the the record count for a tbale in the header of a chart datapage and I'm not sure how to accomplish this.

    I have a table called tblEventRegistration and I would like show the query results of:  'SELECT Count(tblEventRegistration.ERID) AS TotalReg
    FROM tblEventRegistration;' .  I was told that I could be done with a java script but I'm not sure how to access the data.

    Any help would be greatly appreciated.

×
×
  • Create New...