How call crosstab query in Access

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

I have a crosstab query that I've created in MS Access.

How do I run the query and stick the results into a datatable using ado.net?
Can I reference the query just like a regular table?
 
¤ I have a crosstab query that I've created in MS Access.
¤
¤ How do I run the query and stick the results into a datatable using ado.net?
¤ Can I reference the query just like a regular table?
¤

I see no reason why you can't call a cross-tab query and dump the results into a DataTable. Where
are you hung up?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top