Sarah,
How are you typing directly into a combo box?
What is the Row Source of the combo box?
Regards,
Duane Hookom
Vevey, Switzerland
Sent: Tuesday, December 6, 2016 3:03 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: Re: [MS_AccessPros] Memo Field
---In MS_Access_Professionals@yahoogroups.com, <duanehookom@...> wrote :
Sarah,
This is a limitation of combo boxes. The largest text in any column of a combo box is 255 characters.
You need to grab the full value from the field in some other way.Sent: Tuesday, December 6, 2016 2:50 PM
To: MS_Access_Professionals@yahoogroups.com
Subject: [MS_AccessPros] Memo Field
I have a table that has a Memo field defined.
I use a query to select the fields and load the Memo field into an unbound combo box on a form.
The problem is that only the first 255 characters of the memo field are loaded in the combo box.
I checked the query and it shows the full length of the memo.
My vba:
Me.PROBLEMCOMBO = Me.selcp.Column(1)
VBA does not 'see' Me.selcp.Column(1) as a Memo field. I deubg.print Me.selcp.Column(1 and it shows only the first 255 characters.
How do I define a Memo in VBA?
I am using MS Access 2003
Thanks for your help
Sarah
Posted by: Duane Hookom <duanehookom@hotmail.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (8) |
Tidak ada komentar:
Posting Komentar