Working with MS Access Database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RivaCom@gmail.com

    Working with MS Access Database

    I am using MS VB 2005 Express Edition. I have a database in access of
    about 800 entries. I add the database fine to the project, and it
    seems to have all the table information. But when I try to do
    anything with it, I get no results.

    What I am basicly trying to do is make a app that any user can use
    with the same database. Basic things like search according to certain
    criteria, add a record, delete record, or print records. But nothing
    seems to be any success. Anyone steer me in the right direction? I
    have two books and have read them up and down but the commands don't
    seem to match up.

  • =?Utf-8?B?S2VycnkgTW9vcm1hbg==?=

    #2
    RE: Working with MS Access Database

    RivaCom,

    Could it be that you are actually working with a copy of your database? See:



    Kerry Moorman


    "RivaCom@gmail. com" wrote:
    I am using MS VB 2005 Express Edition. I have a database in access of
    about 800 entries. I add the database fine to the project, and it
    seems to have all the table information. But when I try to do
    anything with it, I get no results.
    >
    What I am basicly trying to do is make a app that any user can use
    with the same database. Basic things like search according to certain
    criteria, add a record, delete record, or print records. But nothing
    seems to be any success. Anyone steer me in the right direction? I
    have two books and have read them up and down but the commands don't
    seem to match up.
    >
    >

    Comment

    Working...