Search results

  1. J

    SubReport on Form

    I didn't see it right away. I'm currently using a crude week view with 7 subforms and the dates across the top. Thanks again.
  2. J

    SubReport on Form

    Is there a way to group by date? That was my aim. I can deal with the way it is.
  3. J

    SubReport on Form

    Great! Exactly what I was looking for! I want to thank you for your time and effort. It is appreciated. I'm 66. 20 years ago I would have worked on this myself but I'm too lazy now. Again thanks much, James
  4. J

    SubReport on Form

  5. J

    SubReport on Form

    I looked into a treeview and it's way out of my league.
  6. J

    SubReport on Form

    I thought about a tree view. I'll look into it.
  7. J

    SubReport on Form

    About a week ago we worked on a subreport on a form that persistently showed the unused part of the report. Most of it has been cleared but it still shows the unused part under certain conditions. The subreport has fields for reminders: ReminderDate, ReminderTime and Reminder. I click on the...
  8. J

    Unable to Hide Report Footer

    That worked. Only thing is if I inadvertently double click the area on the subReport below the detail it disappears except for a horizontal line. Close the form and reopen and back to normal.
  9. J

    Unable to Hide Report Footer

    Ah. I see the query was altered, Seem to work ok now. Although I don't understand the sql it worked. Thanks much for all the assistance
  10. J

    Unable to Hide Report Footer

    It's no different on the report. I still get the white in the footer even though I set the backcolor to blue. In fact, if I slide open the report width the white appears.
  11. J

    Unable to Hide Report Footer

    Ok. The current report I have set the report height footer to 0. In order to eliminate the white you must put the report in design view and drag the footer to about 5 or 8 inches.
  12. J

    Unable to Hide Report Footer

    Didn't realize I crossposted. Don't get old!
  13. J

    Unable to Hide Report Footer

    I also set the footer's Visibly property to No.
  14. J

    Unable to Hide Report Footer

    That didn't work. The report is based on a query the show events a week. I put the main form in layout view and pulled up until the white disappeared. Then I added a record and set the date to next Thursday. The detail section didn't expand to show the new event which I set 5 days from now. I'm...
  15. J

    Unable to Hide Report Footer

    I have a report I put on a main form. The report footer backcolor is set to the same color as the main form detail backcolor. Even if I set the report footer to zero it shows up as a white box. If I set the report footer to 5 inches it looks fine. I even set the report footer to Visible-No and...
  16. J

    Emulating Split Form Example

    I downloaded the Split Form emulator (EmulateSplitForm v3accdb.) It work fine but I had to change something and was wondering about this for some time. It's about whether to use a '.' or a '!' When I first pasted the code in from the On Load event and replaced the object names with mine, I got...
  17. J

    Conditional Formatting Back Color

    Ok. I wanted the ReminderTime to have the same conditional formatting and disabled. So I had to set the background to transparent otherwise it would display the white background it. Thanks much, James
  18. J

    Conditional Formatting Back Color

    Great! I never would have been able to implement this. Although I don't grasp what the code is is doing. Is it possible for you to summarize the code?
  19. J

    Conditional Formatting Back Color

    When I click on the reminder on frmDay1 you. can see the result. I could use the same background color for the reminder as in the form and the conditional formatting butt if I change color theme it would have as different color
  20. J

    Conditional Formatting Back Color

    I'm using a continuous form to display reminders. I set a Conditional Formatting rule for the fore color of the Reminder field based on the value of ReminderTypeID. If the value equals 1 then I want the fore color to be yellow.. The problem is Conditional formatting doesn't allow you to set...
Back
Top Bottom