Since lines are separated by a combination of Carriage Return/Line Feed
(Chr$(13) & Chr$(10), in that order), you can use the following:
(Len([MyMemoField]) - Len(Replace([MyMemoField], Chr$(13) & Chr$(10),
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10876
"")))/2
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"yousef"
wrote in message
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10876
news:A1D3DBC0-92FB-44A2-A167-9A9B386F24B6@microsoft.com...
> I want cod of(count line in memo text(multi line text) )