Click here to Skip to main content
15,910,009 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have an access application that has some forms,macros,queries and tables. I jsut want to implement the forms and macros in windows forms application. I need suggestion on how to start on this.Let me know your thoughts. Thanks in advance
Posted

You need to write an application form the beginning to the end using C# or VB.NET (or any other programming language).

First of all, you need to read this: OleDb tutorial[^]
Accessing Microsoft Office Data from .NET Applications[^]

More examples you'll find here[^].

When you get stuck, come back here and post more detailed question.
 
Share this answer
 
why you need to implement the forms and macros in windows forms application when you can design forms here and use access as a database to save and retrieve it to any format you want to show.
 
Share this answer
 

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