Search results

  1. E

    Report Lines

    What I have done is drawn a line at the bottom of the details section so that a line is drawn at the end of the section - no matter what page it ends on. If the section ends at the middle of the page, that is where the line is drawn - Which is fine. I have information in the page header (which...
  2. E

    Report Lines

    My boss wants to make a report look more like a form by putting a border around sections in the report. I have done so using the following code: Private Sub Detail_Print(Cancel As Integer, PrintCount As Integer) Dim X1 As Single, Y1 As Single Dim X2 As Single, Y2 As Single Dim X3 As Single, Y3...
  3. E

    Checkbox too small

    Thank you. I have seen directions on how to do this, but it doesn't seem to work for me...it is like they left a step out. Thanks anyway! Ellie
  4. E

    Checkbox too small

    Hello, I would like to be able to make checkboxes bigger. I realize that I will have to make my own custom checkboxes, just not sure what the process is to do this. If someone knows of a site that may have an example of how to do this, I would appreciate the information. Needs to work in...
  5. E

    Form with Subforms for filtering

    I am making a database to help me keep track of our departments reading requirements. I am hoping to make a form that has several subforms that will be updated depending on what I click on in the subform before it. This is what I have working at this point. My unbound form is called...
Back
Top Bottom