• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Connection with Sql and Excel

Nishant Chury

New Member
Need help to with connection of Sql and excel, also to create a macro where user inputs start date and end date which automatically gets updated in the query for execution.

Thanks,
 
i am looking out for a template like stuff, where in i can just add the db, username,password and it gets connected to the db,

for the query may be a sample query where the user inputs 2 dates which updates the query for exceution.

query e.g.

select * from Student where start_date ="User input" & End_date = "User Input"
 
Back
Top