hi,
i have the following:
not sure how i would include a field name that contains spaces in the SELECT statement. I have an ODBC connection to MS Access..
Thanks
i have the following:
Code:
$sql="SELECT 'field name here', field2, age...
Thanks
Comment