access/visual basic

T

tim duranko

Can someone give me a basic understanding of the
difficulties I might run into using both visual basic and
microsoft access? What I am trying to do is create a
input screen that stores or links all data to a microsoft
access database. Does anybody have any experience in this
area? Please respond. Thank you!
 
A

Albert D. Kallal

I don't think there is any real difficulties.

However, you have not really stated why you want to use VB in place of
ms-access to do this?
 
J

John Vinson

Can someone give me a basic understanding of the
difficulties I might run into using both visual basic and
microsoft access? What I am trying to do is create a
input screen that stores or links all data to a microsoft
access database. Does anybody have any experience in this
area? Please respond. Thank you!

Both Visual Basic and Access have Forms which can do what you
describe. In my experience, Access forms (being designed specifically
to work with databases) are much easier to create and implement; I'm
not sure why you would want to go to the considerable extra effort to
construct VB forms for this purpose, though there are cases where you
might want to do so.

If you do decide to use VB, you have your choice of opening the .mdb
file using either ADO or DAO; each method has its plusses and minuses.
Examine both to see which fits your needs better.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top