Hi, Thank you for your reply.
I modified the code as advised, but now get this error message:
Warning: (null)(): Invoke() failed: Exception occurred. Source: Microsoft OLE DB Provider for ODBC Drivers Description: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. in e:\webareas\ou301\project\singleproduct.php on line 12
Fatal error: Call to a member function on a non-object in e:\webareas\ou301\project\singleproduct.php on line 14
The Id field in my db is autonumber, if that will make it a bit clearer.
Just In Case, here is the modified query version:
$rs = $conn->Execute("SELECT * FROM products WHERE id = '" . $_GET['id'] . "'");
Thanks