I am would like to use the following code from examples I was point to. However, the "Jet OLEDB:Allow Zero Length" crashes as Jet OLEDB isn't used in 2007. Is there a comparable property in ACE?
Code:
Set .ParentCatalog = cat
.Properties("Nullable") = False 'Required.
.Properties("Jet OLEDB:Allow Zero Length") = False
End With