How to create an ACCESS table from a Recordset??

D

Dins

Folks

Can any one help me in letting know how i can create a access table programtically from a Recordset

Thanks in Advance
Dins
 
T

TC

Can you create the table manually (using the normal user interface), then
add records to it from the recordset? If so, check out the AddNew and Update
methods & examples in online help.

If you have to create the table from VBA code, check out the CreateTableDef,
CreateFieldDef & related methods.

HTH,
TC


Dins said:
Folks,

Can any one help me in letting know how i can create a access table
programtically from a Recordset?
 

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