Search results

  1. N

    Text Box

    I might be missing an obvious command, but I was wondering if there was a way in a report text box field to make the text fill out to the entire line so that the right sides and the left sides are all inline. I tried using the distribute command and while this worked in some respect, on the last...
  2. N

    Detail Section

    I have a report which produces a list of names from a query. The query is based on projects that the people have worked on and so I am searching the table with the query and filtering by the type of project specified. When the report comes up though in the detail section it shows a persons name...
  3. N

    Clarification?

    In a previous post someone had mentioned that it might be possible if a report was based on a query, to put an expression into it which would make the field become invisible if it was null. There are certain fields in my report which for some scenarios end up being empty and so I am trying to...
  4. N

    Empty Fields

    I have some empty fields on some of my reports, and I was wondering if there was a way to make them invisible along with their labels if the field was empty. Is this possble?
  5. N

    Option Groups

    How do you create an option group from a group of option buttons? I want to know how to have the user only be able to choose one of the options on the form at a time. Does anyone have any ideas? Thanks.
  6. N

    More on sub reports

    If i have a subform or subreport in a report how can I filter it for information that I want as opposed to just linking it to the main report. Is there anyway to define a WHERE condition in VB for the subform or report when you use DoCmd Open report or any other commands or macros?
  7. N

    Filtering queries

    Is there any way that you can have a query that prompts for a filtering criteria, but instead of having that criteria be for just one of your fields, have the criteria be a string that could include a criteria for anywhere from one to all of the fields? i.e [Name] = 'XXX' and [Job] = True or...
  8. N

    Sub Reports

    I have a sub report located in a report but they are based on the same query. I have it set up so that when I open my report from a different form, the report is filtered by some given input data. I cannot find a way to get the sub report to be filtered at the same time with the same criteria...
Back
Top Bottom