% SQL = "Select * From LocationTB where LocationId > 1 order by LocationId desc" Set rs1 = GetMdbRecordset( "hotels.mdb", SQL) %>