Viewing 2 posts - 1 through 3 (of 3 total)
Got some more efficient code for an FYI:
SQL = "SELECT TOP 10 X.differential FROM ( " _
& " SELECT TOP...
August 5, 2009 at 1:26 am
#1034639
Hi,
Got the problem fixed. Apparently need to post the question to get the juices flowing.
SQL = "SELECT differential FROM (SELECT TOP 10 differential FROM (SELECT TOP 20 differential FROM...
August 4, 2009 at 3:48 am
#1034149