Viewing 2 posts - 1 through 3 (of 3 total)
First to Chirag, yes, sChk is a radio button selection and all selection values are valid column names.
Next to Jeff, I posted the entire sSQL statement, so you can see...
November 16, 2007 at 1:13 am
#751728
Thank you very much for looking at this.
Query:
sSQL = "Select * from tblTXMup AS Tt, tblTXMupPlans AS Tp " & vbCrLf
sSQL = sSQL & " WHERE Tt.cID = Tp.cid "...
November 15, 2007 at 10:17 pm
#751706