User Profile

Collapse

Profile Sidebar

Collapse
Merlyn
Merlyn
Last Activity: Jun 14 '12, 06:23 AM
Joined: Mar 16 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Mihail: thank you so much!!! This was what I was looking for! Your attached example was the solution I needed.
    See more | Go to post

    Leave a comment:


  • I don't have a textbox control, I only have a combobox. By entering a few characters in the combobox I want to fiter the results shown.
    See more | Go to post

    Leave a comment:


  • Thank you for your reply, sorry I haven't been clear about what I want to do.
    The subform only shows a Combobox, not a Textbox.
    As rowsource of the Combobox I now entered:
    Code:
    SELECT * FROM tblOnderwerp WHERE ([Onderwerp] Like '*' & Forms!frmZoekRegistraties!subformRegistraties!Onderwerp & '*') ORDER BY [Onderwerp];
    according to NeoPa's answer. But that doesn't show any filtered results.
    I thought of trying what...
    See more | Go to post

    Leave a comment:


  • Searching results in Combobox in subform with 'Like'

    Hi,

    I have a form with a subform. On the subform a combobox is shown. It contains over 500 items. I want to offer the users to find results containing the entered letters. (Eg. when entering "for", the results "effort", "ford" and "therefore" should be shown).

    So in the properties of the combobox I use this as the rowsource:

    Code:
    SELECT tblOnderwerp.*, tblOnderwerp.Onderwerp
    ...
    See more | Go to post
No activity results to display
Show More
Working...