Is it possible to use an Access generated query in PHP? That is, is it possible to reference the SQL statement in Access directly instead of performing the query with the code, ie $sql="SELECT ...."; Is this possible in any language when programming pages? Much thanx.