Hi everyone,
There are 3 tables in one WEB database: T1(name, T1_attribute....),T2(name, T2_attribute...),T3(name).
I want to complete the following nested query every 15 minutes in this database created by ACCESS.
Insert INTO T3
Select T1.name from T1,T2 where T1.name=T2.name
How to fulfil it by ASP and ACCESS?
Thanks all. Please email to xuxianhu@comp.nus.edu.sg
xianhua