Search results

  1. S

    Filtering the dropdown list in a combobox

    What do you mean by that?
  2. S

    Filtering the dropdown list in a combobox

    No no no... you misunderstood. I want all the cages to be displayed, regardless of what animal is inside. Since there are going to be hundreds of rows(the animals are just for example), I don't want to allow the user to filter the dropdown list - instead of it containing all types of animals...
  3. S

    Filtering the dropdown list in a combobox

    Lets say I have a table: Where "petID" is ofcourse the pk, "name" is the name of the breed, and "type" is the species of the pet(dog or cat). There is also another table - "Cages" - with two fields - "cageID" as the pk, and "pet" which is linked to "Pets.petID". Now, I've made a continuous...
  4. S

    Can't close reports.

    Ah, I also think I should state that those reports are using subReports.
  5. S

    Can't close reports.

    Sometimes, when I open a report via a "DoCmd.openReport" command(a filter is used), I can't close it - the X button turns gray, as well as the close item in the right click menu. The only way to close the report is to go to design mode and close it from there. Does anyone know why this happens...
  6. S

    Three questions

    In continuous forms, is there a way to use a VB command on a single form component? If I want to do something(like changing a textbox) on only ONE form, is there a way to do it? Is there a way to filter the list in a combobox, so some records won't be displayed in the list, but if a value...
  7. S

    A bunch of report formatting questions

    MMMmmm... I'll try to clarify my questions. Well, that one if pretty clear, so no extra explanation is needed. Anyways, even if there is no such control - is there a way to change the width-height ratio in text controls? Even if I cancel the tab display, and stretch a control inside a...
  8. S

    A bunch of report formatting questions

    I have a few questions about formatting the controls in a report. Does access have a stretching text control? Something that works like WordArt in Word, where you write in the text and specify the height and width, and the text's size automatically change to fit? How do you get rid of the...
Back
Top Bottom