This topic is locked

Display Data from another table

5/7/2004 8:05:57 AM
ASPRunnerPro General questions
F
futurefiles author

i have two list.asp pages running from the same database but in different directories and accessing different tables, how can i i display a field from the other table ?

so this field in/out would get the data from a different table in the same database
e.g. this is http://servername/laptops looking at laptops.mdb table=links


e.g. this is http://servername/laptops/d505sc looking at ../laptops.mdb table=d505sc


is this possible?

thanks

rob

Sergey Kornilov admin 5/7/2004

Rob,
I guess the easiest way is to create query in MS Access that pulls data from two joined tables and use this query as a datasource in ASPRunner.