Updating MS Access tables

  • Thread starter Thread starter myname
  • Start date Start date
M

myname

Hello,

I'm using VB.Net 2003.

In MS Access, you can create simple forms to edit/add rows to your table.

Is there a simple way to do this from VB.Net (displaying a table
and allowing direct update of it, without SQL commands) ?

Thanks !
 
Open Server Explorer and set up a connection to your database. You can then
directly access the tables.

Chubbly
 
Hi,

In VB.Net 2003 there is a databaseform, however that is in my opinion lousy

In VB 2005 there is a drag and drop method wich is very good.

Cor
 
Back
Top