How do I programatically access an HTML table control from within VB? I actually want to access one of the table headers and set the text dependent on some logic.

I have given the table an ID="tbJobs" and the table header cell an ID="tbCustomField".

Any ideas?