When converting Access to SQL, a synchronization error appears

When converting Access to SQL, a synchronization error appears

After converting an Access database to SQL the following synchronization error appears:


This is often the result of a data type that is not available for SQL databases due to size limitations. To fix this error, please make sure that "Long Text" data types are changed to "Short Text" within the Access file:

Note: This will limit the entries for this data field to 255 characters, which is much shorter than that of Long Text. Make sure that all of the data affected by this change does not make changes to the database that would be detrimental before changing this data type.