M MadSeb New member Local time Today, 02:29 Joined Jun 9, 2010 Messages 4 Jul 27, 2010 #1 Hi, What's the difference between VarChar, Text and Memo in Microsoft Access ? Regards, MadSeb
SOS Registered Lunatic Local time Today, 02:29 Joined Aug 27, 2008 Messages 3,514 Jul 27, 2010 #2 Access has text (up to 255 characters) and Memo fields (up to about 65,000 characters if used through the interface and if used soley via DAO/VB code, 2 million characters. Access does not have a varChar datatype. That is SQL Server.
Access has text (up to 255 characters) and Memo fields (up to about 65,000 characters if used through the interface and if used soley via DAO/VB code, 2 million characters. Access does not have a varChar datatype. That is SQL Server.