Results 1 to 2 of 2
  1. #1
    NadiaWilkes is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2018
    Posts
    6

    Help with long text field

    Hello, I am really stuck and hoping for help.


    i have a database where there is a table that has only one field and it is where I am keeping a number of different paragraphs that are used on customer quotes. This field is long text as it gives the user the ability to bold underline and highlight etc.

    on a form that is based on another table I have a combo box or list box, tried both. In the combo box I have it selecting text from the 1st table and then I want it to on select put the text into my long text field in that form which is where the quote itself is generated from. My issue is that using combo or list method for selection it will not show the field only the ID which is of no use. Presumably because it is long text. Can any one suggests how I can achieve this?

    thanks in Advance, Nadia

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    What is your code? You probably just need to refer to the second column of the combo (zero based, so the second column is 1):

    Me.ComboName.Column(1)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 01-07-2020, 12:28 PM
  2. Replies: 4
    Last Post: 11-04-2019, 06:53 PM
  3. Replies: 3
    Last Post: 07-23-2019, 10:27 AM
  4. Replies: 24
    Last Post: 03-12-2019, 08:02 PM
  5. how much text in long integer field?
    By accessmatt in forum Database Design
    Replies: 10
    Last Post: 12-22-2014, 03:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums