Click here to Skip to main content
15,891,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hey!
I need to make a programme for a university in which i have to connect an excel/access data base and use it in Vbasic.
I was wondering if I could use check boxes to extract data from it.
Eg.:
I need a programme to choose teachers. But one teacher can give more than one course.
like:
I need teachers that give phisics and maths, and using the checkboxes i would have all of them

What I have tried:

I tried connecting with access but I really dont get it
Posted
Updated 1-Mar-18 2:44am
Comments
RedDk 1-Mar-18 14:06pm    
Sure! Look up "VSTO". Then use a reference in your .NET code to the MSOffice object exposed. Easypeasy. Plenty of sample/example at MSDN too.

 
Share this answer
 
Comments
Maciej Los 1-Mar-18 8:41am    
Good advice!
:laugh:

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900