+ Reply to Thread
Results 1 to 1 of 1

Setting Combo box value to wildcard

  1. #1
    Registered User
    Join Date
    08-02-2006
    Posts
    21

    Setting Combo box value to wildcard

    I want to set the value of a combo box to wildcard. I have it where they have to select a name from the combo box that is populated with names from a table. The problem is when they want to pull all the names. I can't get the combo box set to wildcard.

    It looks something like this.

    If chkEmployee = True Then
    cmbEmployee.Value = cmbEmployee.Value
    Else.
    cmbEmployee.value = (what I cant figure out)
    End If

    This value is link into a criteria field into a query. And I know to pull a wildcard like that I would use Like '*', but when I put that as the value it doesn't work.

    Thanks in advance
    Last edited by BigDubbe; 03-11-2009 at 01:52 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1