Results 1 to 6 of 6

Thread: Acces Table editing

  1. #1
    cusmar
    Guest

    Acces Table editing

    is there a tool that you can directly in access a table so you can edit you information??

    without using access

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Build an Edit screen with VB...

  3. #3
    Bouncy Member darre1's Avatar
    Join Date
    May 2001
    Location
    Peterborough, UK
    Posts
    3,828
    i didn't know that!!!!

    how do you use it?

    i mean, all the options are disabled (greyed out) on mine at the min, do yo uhave to tell it where the db is, and how?
    Confucious say, "Man standing naked in biscuit barrel not necessarily ****ing crackers."

    Don't forget to format your code in your posts

  4. #4
    cusmar
    Guest
    oke i tell you my problem. First of all, all the records must be shown. in my case i made a view screen of 20 fields. than when change somthing that it must be directly updated in the database. if i want to display the records i use .movenext statment. so if i want to edit somthiing i must go back. then when i press next then the next 20 records must be displayed

  5. #5
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674
    Surely you mean the next RECORD that has 20 FIELDS of info, and not the next 20 RECORDS.

    What do you have so far?

    JO
    "I have not failed. I've just found 10,000 ways that won't work."
    'Thomas Edison'

    "If we knew what it was we were doing it wouldn't be called research, would it?"
    'Albert Einstein'

    VB6

  6. #6
    Megatron
    Guest
    Use VB's DBGrid control. It allows you to edit/delete/modify a table, easily.

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