Look at DAOTABLE sample in VC++ help. It shows how to create tables, fields,and indexes... Walter ================== The original message was: I'm using an Access 97 database and I want to change this value programmatically (updating users databases).
I can read it by calling GetFieldInfo() using AFX_DAO_ALL_INFO, but there is no SetFieldInfo() function.
Any suggestions?