Using VB to modify ACCESS DB

J

Jim DeLorenzo

I am Using Visual Basic to modify an ACCESS Data Base. My
quest is to modify (Add, Change and Delete) data from an
ACCESS database. I can read without problems using the
DataEnvironment, from Designers, but I can't seem to get
the correct properties to modify a record or pice of data.
My preference is using ACCESS, but if there is an easier
way in EXCEL, I wourld be interested as well. The origial
design was using a plane Text file (read/write), but the
data and file was getting too large and unmanagable.

Thanks,
Jim D
 
T

Tim Ferguson

but I can't seem to get
the correct properties to modify a record or pice of data.

The normal way to do this is to use INSERT and UPDATE commands...
Specifically what difficulties are you having?

Tim F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top