XML import errors

P

Patrick Boyd

I'm trying to import an xml file with some fairly sizable text fields in it.
I get several errors due to the fact that the table access creates gets
'text' datatypes for all the fields with 255 characters maximum.

Does anyone know of a way that I can set the default value for fields
created as 'memo'?

I can't just create the table first, as this will have to be used by
multiple non-techie users on their own machines.
 
Top