I need some help. I am trying to figure out how to output a recordset from a query against Microsoft Access. I have the database connection and query working, but now I need to findo out how to show the results.
Thanks
Clint
This will display all data in a HTML table
odbc_result_all($result, \"BORDER=1\"); Hope this helps.
Thanks. This did help!