Hi All. I have utilized ADODB for a recordset and used a inner join to combine two tables.
rs.open "select table1*,table2* from table1 where table1.tableid = table2.tableid.. you get the drift.
How do i refer to the joined field name through code. WHen i try to use RS!table1.tableid it gives me an error. Is there a way to refer to the joined field name. Thanks for any help it is greatly appreciated.
rs.open "select table1*,table2* from table1 where table1.tableid = table2.tableid.. you get the drift.
How do i refer to the joined field name through code. WHen i try to use RS!table1.tableid it gives me an error. Is there a way to refer to the joined field name. Thanks for any help it is greatly appreciated.