Hi,
I have an MS Access Front End(FE) on SQL server via DSN -less connection ODBC.
I wish to do a cross tab query in MS Access based on SQL table.
Is this the best way ?
Create a pass thru query summarising the data to the highest level possible, via a SQL stored procedure or View maybe, then do a MS Access query off the pass thru query data return via Stored procedure.
They other way is to do cross tab query in SQL server, and that seams very difficult ?
Please advise ?