How to access MS access table from VB.

H

hassan

I have a table called "courses" and using form wizard i created a
course form. now i want to access the records and specific fields of
the records based on an event on a button(say submit). i have to
change some values in the table based on this event. i am a newbie to
Vb programming. let me know how to make a start.
 
L

Larry Linson

Access them in VB? Do you mean Access' VBA or do you mean the separte Visual
Basic product? If the latter, it'd be best to ask your question in a
newsgroup devoted to VB, not one devoted to Access.

Larry Linson
Microsoft Access MVP
 
J

John S

You can access an MS Access database directly from VB, depending on the
drivers you have installed and your operating system. In Windows 2000, for
example, your have to register the Access database via the "Database
Administrator".

However, you haven't suggested any reason why you cannot fulfill your
requirements purely with MS Access coding (known as VBA: Visual Basic for
Access")

John S
Aylmer, PQ
 

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