Results 1 to 4 of 4

Thread: display access database information in vb

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    2

    display access database information in vb

    hello everyone,

    I'm trying to write a program that will link information for students based on information inside access database file. Basically all I want done is when a student logs in, we will identify that student then display his information in a window (name, address, phone, etc.) Can anyone point me to the right direction on going about this? I'm very new to VB and still in the process of learning. This is for a school project. Please help. Thank you in advance.

    -Tony

  2. #2
    Addicted Member
    Join Date
    Sep 2008
    Posts
    255

    Re: display access database information in vb

    I am also new to VB. But just want to share with you.

    First of all, do you how to use VB connect to Access database? This is extremely important because if you cannot connect the database, what you can do is nothing!

    You may refer to the post by Dee-U for how to use ADO to connect to database.
    If you understand what he has written, then, I think it is not diffcult to write your own application. Here is the link : ADO connection

    Hope this help
    I can still live in my current job because I am here

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: display access database information in vb

    Welcome to the forums.

    VB What?

    VB6?
    VB.NET?
    Access VBA?

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    2

    Re: display access database information in vb

    I apologize for not following standard post format. I left out so much information.

    Yes I have connected my access database to VB.

    Ok, correcting my earlier post:

    I'm using VB 2008 Express along with Access 2007.

    The problem I'm having is trying to know the code in order to link/display information from my database of users.

    Basically, I want to display user's information after they log on. So I need to get 2 things down:

    1. After user logs on, identify who that user is.
    2. Go back to access and find that users information from a table and display their information on VB.

    I'm pretty much very new to VB and I think I have a lot to learn in order to do this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width