I want to get the function which will convert the memo type value stored in Access to Continuous string in VB.
Eg: The field Address in EmployeeInfo table contains Address field with Memo datatype. And one value entered in VB is
David,
Bangalore,
Karnataka.
When i access this vaue using VB, i want to get a continuous string value like "David,Bangalor e,Karnataka."
What function i can use for this ?
Eg: The field Address in EmployeeInfo table contains Address field with Memo datatype. And one value entered in VB is
David,
Bangalore,
Karnataka.
When i access this vaue using VB, i want to get a continuous string value like "David,Bangalor e,Karnataka."
What function i can use for this ?
Comment