View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cindy Cindy is offline
external usenet poster
 
Posts: 19
Default Access from Excel using ADO

Hi,

I don't have an answer for you - but I really need to know
how to add data from Excel to an Access Database. Please
respond.

Thanks.

Cindy
-----Original Message-----
Hello, please help if you can.

I am using ADO to add data from Excel to an Access
Database. I am successful so far. I only need to add two
things:

1. How can I add an "AutoNumber" column using ADO?

2. When adding fields to a table, how can I tell Access
that the field may be null (equivalent to
setting "Required" to no) using ADO?

Your example code would be most appreciated. Thanks in
advance for your assistance.
.