G
|
GerryT author 10/16/2008 |
Ok, I figured out how to link the two different tables to view the different data using the SQL Query Page and using joins as listed in the documentation. |
![]() |
Sergey Kornilov admin 10/16/2008 |
Here is the idea. Use List page: After record processed event and the following sample code that highlights rows with Price > 50000: if CDbl(rs("price")) >50000 then
if DateDiff("yyyy",Now,rs("DateField"))>=3 then
|