|
-
Feb 24th, 2005, 01:57 PM
#1
Thread Starter
Member
Access Memo field problem
Hi All:
I am trying to insert two paragraphs of data into access in my vb app.
but only the first paragraph is going to the database. the second paragraph is missing.
is there a way to insert multiline, multi paragraph data into access..??
please help.
-
Feb 24th, 2005, 02:09 PM
#2
Re: Access Memo field problem
As long as your field is using the field data type of Memo and your not overrunning the default length for memo.
How many chars is the total and can you post your code to insert these values?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 24th, 2005, 02:24 PM
#3
Thread Starter
Member
Re: Access Memo field problem
while testing i tried the following text:
========================================================
Face-to-Face Programs Number of persons who indicated they would seek screening.
Face-to-Face Programs Number of persons who indicated they would seek screening1.
==========================================================
only the first one is showing in the database.
I am using the vb code (with insert statement) just like any normal string. I did not set any limits on memo field in access.
-
Feb 24th, 2005, 02:33 PM
#4
Re: Access Memo field problem
It must be something with the way your adding it to the field.
Memo Field Data Type:
Up to 65,535 characters. (If the Memo field is manipulated through DAO and
only text and numbers [not binary data] will be stored in it, then the size of
the Memo field is limited by the size of the database.)
Can you post your code?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 24th, 2005, 03:25 PM
#5
Thread Starter
Member
Re: Access Memo field problem
it is working.
after seeing your suggestion, that the way i am adding data..figured out the error.
i had some string replacement, cleaning going on elsewhere in the code. that was the error.
thanks for your suggestion.
-
Feb 24th, 2005, 03:37 PM
#6
Re: Access Memo field problem
No prob. That is usually the issue - concatinating the two. 
:thumb;
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|