Hi guys,
I have created a new database, and a table that I am going to export data to, the problem I have is when I am creating the fields I keep getting a Type Mismatch error
Set fld = tdf.CreateField("ProductId", dbInteger)
tdf.Fields.Append fld
This is the code I have been using to create the field in the new database, anybody got any ideas why I keep getting this error message?
cheers in advance
I have created a new database, and a table that I am going to export data to, the problem I have is when I am creating the fields I keep getting a Type Mismatch error
Set fld = tdf.CreateField("ProductId", dbInteger)
tdf.Fields.Append fld
This is the code I have been using to create the field in the new database, anybody got any ideas why I keep getting this error message?
cheers in advance