You are correct, except for one thing.... You do not place single quotes around values where the field has a numeric datatype... thusly, if sSID is 24365 then the query would look like such:
sSQL = "SELECT Fnamec, Lnamec, related, sex, dobc FROM HHold WHERE scccc_ID = 24365"
if the...