I have an Access 2000 database that I have put a Windows Form (VB.Net) frontend on.
It all works fine until now. I have a report that I am trying to build where I have to retrieve account type data and from there retrieve account managers info.
I use a datatable as part of a dataset to retrieve the account type info. This works great. Then I try to retrieve the account manager info into the same dataset but a different table. I don't get any data.
I can run the query in Access and it runs fine.
Any clue as to why this is happening?
Thanks,
enak
It all works fine until now. I have a report that I am trying to build where I have to retrieve account type data and from there retrieve account managers info.
I use a datatable as part of a dataset to retrieve the account type info. This works great. Then I try to retrieve the account manager info into the same dataset but a different table. I don't get any data.
I can run the query in Access and it runs fine.
Any clue as to why this is happening?
Thanks,
enak