Hi,
I have a table "Table1" which contains 2 fields named as "f1" f2".
Table1
f1 f2
xyz 1
xyz 2
abc 3
and have another table named as "Table2" which contains the fields "f3", "f4"
f3 contains values from the f1 of table1 which is listbox(ie sql query, select f1 from table1 is mentioned in the recordsource of f3).
Now I got stuck into the f4. I want to retrieve the value from f2 of table1 by using sql query in the table( record source of f4 in table2). I dont want to use any macro or forms. I want the values to be retrieved through the tables itself. I need sql query for it.
Can any1 guide me through this . It wil be of gr8 help!!
Thnx
Guru
I have a table "Table1" which contains 2 fields named as "f1" f2".
Table1
f1 f2
xyz 1
xyz 2
abc 3
and have another table named as "Table2" which contains the fields "f3", "f4"
f3 contains values from the f1 of table1 which is listbox(ie sql query, select f1 from table1 is mentioned in the recordsource of f3).
Now I got stuck into the f4. I want to retrieve the value from f2 of table1 by using sql query in the table( record source of f4 in table2). I dont want to use any macro or forms. I want the values to be retrieved through the tables itself. I need sql query for it.
Can any1 guide me through this . It wil be of gr8 help!!
Thnx
Guru
Comment