Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9239159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:55:22+00:00 2026-06-18T07:55:22+00:00

On a form in an Access application, I have a pair of cascading combo-boxes:

  • 0

On a form in an Access application, I have a pair of cascading combo-boxes: one unbound (Source) and one Bound (Information, bound to long InformationID). Source is used to narrow down the choices available in Information, which is a mandatory field. There is one more mandatory field on the form: Title.

To ensure the user makes the right choices for the combos, and for use when reviewing each record after creation, I need to display on the form read-only information associated with the value currently selected in each combo. This includes some rich text memo fields. This information is not part of the record-source for the form (as to include it would make the record-set un-updateable, not to mention impact performance as there’s potentially a lot of rich text memos therein). It is possible for a user to double-click on one of these limited-size read-only memo fields to bring up a pop-up form that will display more of the text at once.

I first tried defining the combos to include multiple hidden columns with the necessary data in them, and used these hidden columns in formulae in the read-only fields on the form. This truncated the rich text memo fields. No-go.

I then tried using sub-forms (without borders, so they look like part of the form) linked to the combos to display the data. This works, but has the side-effect that if the user clicks on a field inside the sub-form they may get a message telling them that the other mandatory field on the main form hasn’t been completed (because moving the focus to the sub-form tries to save the main form). However, if they click on some other field in the main form, they won’t get the same error in the same circumstances. Inconsistent, and likely to drive the users crazy (it’s driving me crazy during testing). Again, no-go.

Is there another technique for doing this that will allow me to display the full rich-text fields but avoid the disadvantages of sub-forms?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:55:24+00:00Added an answer on June 18, 2026 at 7:55 am

    It sounds like you want your users to view but not edit the associated rich text memo content. In the After Update event of the Information combo box, use DLookup() to retrieve the memo field content and load that rich text into a text box.

    Assuming InformationID also exists in the table which contains the memo field, and is numeric data type …

    Me.txtDetails = DLookup("memo_field", "table_name", _
        "InformationID = " & Me.cboInformation)
    

    If InformationID is text, add quotes in the last piece of that DLookup expression.

        "InformationID = '" & Me.cboInformation & "'")
    

    You can do the same thing in the form’s On Current event so the user may see those details as she navigates between records.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created application where i just need to access data form assets folder.
I have an C# form application that use an access database. This application works
I have a Microsoft Access form that is bound to a linked SQL Server
I have an Access Form whose source data is 2 tables, let's call them
I have an Access form in my application displayed always in continuous form mode.
In my windows form application, I'm trying to test the user's ability to access
I am developing an Android application which needs to access QuickPay's service ( https://secure.quickpay.dk/form
I have a sub form in Access: The CopyNo is a combobox that lets
So I've created a form in Access, which has a combo box and a
Let's say I have an embedded Excel Spreadsheet on a Microsoft Access form. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.