is there a tool that you can directly in access a table so you can edit you information??
without using access
Printable View
is there a tool that you can directly in access a table so you can edit you information??
without using access
Build an Edit screen with VB...:)
i didn't know that!!!! :eek:
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?
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
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
Use VB's DBGrid control. It allows you to edit/delete/modify a table, easily.