Search results

  1. W

    Strange Combo Box Behavior

    I've never seen this before. I have a form bound to a non-updateable query. There is an unbound combo box in the form footer. When the form contains no records, the combo box display goes blank after you make a selection. I checked the After Update event of the combo box and the value...
  2. W

    Continuous form trouble

    I am going to retype this as perhaps my original explanation was too wordy. I need to display data from 2 tables in a continuous form. Sure I can do this with a query and a join, but the user needs to be able to add records to the form as well. When adding a new record, only one field need be...
  3. W

    Criteria in a form control

    I tried to search for an answer but the results were too broad and some of my words were excluded from the search because they were too common so I was not getting anywhere. I have 2 questions: First, I have a form set up where a user selects query criteria from a multi-select list box. My...
  4. W

    Finding the # of records in subreport

    I am working on 2 column report/subreport. The rows in the subreport are autonumbered with a running sum over group. I am looking for a way to find the total number of records in each subreport in the On Open (or other) Event. I tried Me.CurrentRecord but I get an error because it appears...
  5. W

    Vertical text in a report

    Is it possible to print text both horizontally and vertically on the same report page? I'm referring to printing a vertical line of text where the letters are oriented 90 degrees to the horizontal text. Doing this with a picture insertion would not work because there would be a need to...
Back
Top Bottom