Link to home
Start Free TrialLog in
Avatar of rosa545
rosa545

asked on

Visual basic and Microsoft Access

hello guys i want to make a software that uses access at back end i have made like all pages in access i want them to be operated via vb .net program to add data to those pages,edit any data and delete if required and store the data so question is what things i need o do????

m using vb .net 2008 and ms access 2007
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

From what you posted here, ...why not just migrate the entire app to vb.net...?
Thus eliminating all of the potential "Interoperability" issues...
Why do you want to do it that way?

Is there a reason why you do not do it entirely in VB.NET or entirely in VBA Access?
Avatar of rosa545
rosa545

ASKER

no there is no specific reason i just want to learn that integration can that be done or i wud have to make every thing from scratch in VB .net
...Interesting...

I have not seen that much info on this.

Kinda like asking can Windows 7 be configured to control DOS...
;-)

So if this is something you are doing out of "Curiosity" then that is another story...

You may have to post some very specific scenarios and post detailed descriptions of your existing systems...


JeffCoachman
Here is an article on converting VBA code to .NET, hope it is useful:

http://msdn.microsoft.com/en-us/library/aa192490%28v=office.11%29.aspx

Personally I would rather rewrite in VB.NET from scratch though...
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial