Visual Basic to get data from Access

  • Thread starter Thread starter bluedevil23 via AccessMonster.com
  • Start date Start date
B

bluedevil23 via AccessMonster.com

I'm working on a project and i have my forms built in VB and the database is
implemented in Access. I have trouble figuring out how to get VB to pull
the information from access. Any suggestions or help topics? Thanks
 
My some respondents may know stand-alone VB well and response here, I think
you may get more reponses from one of the VB newsgroups since you are only
use JET database to store the data, not Access.

Since there are so may versions of VB (VB6, VB.Net, VB 2005), it will be
easier for respondnets if you include the version of VB you use in your
post.
 
I'm working on a project and i have my forms built in VB and the
database is implemented in Access. I have trouble figuring out
how to get VB to pull the information from access. Any
suggestions or help topics?

First off, if you're pulling data from an MDB using VB, then you're
not using Access at all -- you're just using Jet.

Second, you're much more likely to get answers to VB questions
involving working with Jet in a VB-only newsgroup, rather than in an
Access newsgroup, as none of your questions are likely to involve
issues that Access programmers ever have to deal with.
 

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

Back
Top