Hey everyone,

First off I want to say hi, I am still kind of new to ASP.net but I am running into a dilemma. I have a pre-exsisting Access database that has forms, tables, and queries already built in. I and three other guys are working to create a web interface for it. I need to be able to take input from the user, from lets say a drop down list, and pass it into a pre-exsisting query with in the Access Database. I am certain on how to interface with the database itself but I need to be able to access those queries without creating my own. Is there anyway anybody know of how to do this?? If so please let me know so I can get passed this little hurtle.

Thanks,
Mike

Hi,
you can try these solution:
create a class for this; open the access database (not with a OleDbconnection) and you can "Run" the existing query on it.
i can't try it now but it's can work .

best regards
guino

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.