Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Does aliased table cause a problem?

    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...

  • RE: Does aliased table cause a problem?

    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 "...

Viewing 2 posts - 1 through 3 (of 3 total)