Search results

  1. 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...
  2. 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...
  3. 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