View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default Connecting to an Access database

Hi Nate,

See Ole P Erlansen at:

http://www.erlandsendata.no/english/...php?t=envbadac



---
Regards.
Norman


"NateBuckley" wrote in message
...
Hello, I'm looking for a good tutorial on connecting to an Access database
and can't find any. Due to not everyone at work having Access on their
machines, I'm having to have the front end of the system running through
Excel (as they all have that) and connect to a database, I'm just
wondering
if anyone could spare a few minutes writing the code to connect to a
database
along with how to close the connection.

I can figure out all the SQL type commands to get information from it, i'm
just having problems finding a good tutorial on showing me how to actually
get connected.

Thanks for any help in advance.