Click to See Complete Forum and Search --> : Adding a column to an Access table


AlecJames
June 14th, 2006, 10:32 AM
I'm in a VC++ 6 CRecordset derived class using executesql to create a table and add some columns to my Access 2000 database. I'm using create table. I'm new to this and know very little.

I can add the column field name and data type, no problem. I want to add a string into the description field of the access table (the one you see on the right hand side of the table design view in access).

Can I do this?
Thanks
Alec

Hubibi
June 14th, 2006, 11:04 AM
Look for SQL and Meta Data may it helps you.