Recent content by RitaGale

  1. R

    Custom Dialog Box

    Ihave a report with a custom dialog box to enter "Between date and date". This works fine, except the dialog box is blank. I have to click the x-box before I can enter the dates. What have I missed doing???
  2. R

    Multi-column combo box

    Thanks R!!! That worked GREAT!
  3. R

    Multi-column combo box

    Thanks Rick!!! That worked GREAT!
  4. R

    Multi-column combo box

    I have a two column comobox (FirstName & LastName) on a form. When I open the form and select this I only see the FirstName until I click the arrow. I would like to see both names. In the help file there is a note at the bottom that states: "Note: If you want to display all the columns in a...
  5. R

    Combo Box in a Form

    Carol, Thanks for your assistance. However, the Name Combo Box is only the "Name field". Every time I create this combo box the "SELECT DISTINCT" pops into the control source automatically. I tried the table/Lookup by specifying a Combo box instead of a text box, and that didn't work either...
  6. R

    Combo Box in a Form

    I had the form built with a QUERY. I deleted the form and rebuilt it with the table. The bound control was already "1". The record source is Name. Unfortunately, the control source had the primary key and the name field. However, if I delete the primary key in "SELECT DISTINCT" then nothing...
  7. R

    Combo Box in a Form

    I have a combo box in a form to select an employee's name that should populate a table to hold the informationl. However, when I examine the table, instead of a name the primary key is there. How can I stop this from happening?
Back
Top Bottom