I am attempting to migrate from DAO to ADO. I can create a table and add fields using the Catalog set, but all fields have the "Required" property set to true. A listing of the properties for one of the new fields doesn't show "Required" as a property, so I suppose I need to create it. If I try to redefine its value to false, the error message says the property is not recognized.
I have searched numerous books for the code structure in ADODB and ADOX to create field properties, but I must be missing something. Can't find it. Any help?
I have searched numerous books for the code structure in ADODB and ADOX to create field properties, but I must be missing something. Can't find it. Any help?