unforgiven_s23
04-19-2004, 01:42 PM
hello
i have a database file called abc.mdb ....... it has 2 tables ... one called variables which has the primary key and other called results whick is linked to variables by one to many relationship .........
i have a adodc control whose recordsource is "variables"
now i can access the fields in variables as
adodc.recordset("var a ").value
in the same way how can i access the fields in the "results" table
do i need one more adodc control or is there any other method
thanks in advance
i have a database file called abc.mdb ....... it has 2 tables ... one called variables which has the primary key and other called results whick is linked to variables by one to many relationship .........
i have a adodc control whose recordsource is "variables"
now i can access the fields in variables as
adodc.recordset("var a ").value
in the same way how can i access the fields in the "results" table
do i need one more adodc control or is there any other method
thanks in advance