Text , Memo or VarChar ? Which one to use ?

MadSeb

New member
Local time
Today, 02:29
Joined
Jun 9, 2010
Messages
4
Hi,
What's the difference between VarChar, Text and Memo in Microsoft Access ?


Regards, MadSeb
 
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.
 

Users who are viewing this thread

Back
Top Bottom