User Profile

Collapse

Profile Sidebar

Collapse
jonjon sanchez
jonjon sanchez
Last Activity: Oct 19 '07, 03:01 PM
Joined: Aug 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jonjon sanchez
    started a topic access database to vb

    access database to vb

    Hi all

    Please help me to my problem, I built a vb application that i used on my projects.

    my problem encounter is on access database from visual basic.
    i have a code of

    'search userID to see if it exists

    [CODE=vb]
    Data1.Recordset .MoveFirst
    usercode = Data1.Recordset .Fields("UserID ").Value
    Do Until found Or Data1.Recordset .EOF
    usercode
    ...
    See more | Go to post
    Last edited by Dököll; Aug 24 '07, 03:54 AM. Reason: Code Tags

  • Hi Sedecrem

    I already have a microsoft access database, can you give me a specific command or syntax to access the data base using vb

    scenario

    Microsoft access database======= ==>Visual basic program

    in access database i store several user and password.
    in visual basic i have a login form that allow the user to log the correct login and password.

    If the user enter...
    See more | Go to post

    Leave a comment:


  • access data using visual basic 6.0 to access database

    Hi I'm Jon


    I want to asked a help about vb6.0 access data on microsoft access database. I going to used log in form using vb, I want save several username and password in my database that distinguished the login users. I want to searched my vb to my data base the login user if its on the record. How to do that? what are the command, syntax or the steps to do it. please help me.


    Thanks
    Jon
    See more | Go to post
No activity results to display
Show More
Working...