How to access MS access table from VB.

  • Thread starter Thread starter hassan
  • Start date Start date
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.
 
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
 
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
 
Back
Top