T
TeeSee
If I were to create a RecordSource via SQL as :
Me.RecordSource = "SELECT tblTable1.item etc ..... OR
Me.RecordSource = "SELECT * FROM tblTable1 .........
Would you expect the selected fields to show up in the "Field List" so
that I could drag them onto my form? You can tell by the question that
they don't in spite of the fact I'm sure they did on a previous
application.
Any thoughts please. Thank you
Me.RecordSource = "SELECT tblTable1.item etc ..... OR
Me.RecordSource = "SELECT * FROM tblTable1 .........
Would you expect the selected fields to show up in the "Field List" so
that I could drag them onto my form? You can tell by the question that
they don't in spite of the fact I'm sure they did on a previous
application.
Any thoughts please. Thank you