Search results

  1. 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...
  2. 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...
  3. 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
  4. 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?
  5. 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
  6. 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...
  7. J

    Avoiding Corruption

    Should I be turning off the Name Auto Correct setting? Also, is it a good idea to turn on Clear Cache on Close? James
  8. J

    When Running Code Builder Access Displays Code From a Different Form

    It seems to have stopped after I De-compiled.
  9. J

    When Running Code Builder Access Displays Code From a Different Form

    I'm trying to create a new forms for a new db. When I create command button and then select it in design view and select the On Click event the code builder opens code from a different form. I've been having a lot of issues trying to create new forms, more than I could explain here. Any ideas.
  10. J

    Odd Behavior Printing Current Record

    Tis is a Rich Text. The data gets changed very frequently... actually much more than other records.
  11. J

    Odd Behavior Printing Current Record

    I have a table I call tblNotes with only 3 fields: NoteID, NoteItem and NoteDetail. I've been using for some time now to printout certain record s as needed. One record which is my grocery list I've been using and printing out for a long time now. Today when I tried to print t out nothing was on...
  12. J

    Odd Horizontal Spacing

    That's a thought.
  13. J

    Odd Horizontal Spacing

    What I needed to do is unassociate the labels with the controls, arrange the controls then associate them again. Not sure why this needed to be done this way but it worked.
  14. J

    Odd Horizontal Spacing

    First I'm not talking about Layout Viewof a form. Also, when I select all the controls and got to the Arrange tab, the Remove Layout command is disabled, telling me that it's already turned off. Also, why would the Decrease Horizontal act differently in the 3 forms . In one form after selecting...
  15. J

    Odd Horizontal Spacing

  16. J

    Odd Horizontal Spacing

    Now another issue. Some forms the Increases and Decrease Horizontal doesn't' move the controls. When the labels are assigned to a control this seems to happen. How do I turn off layout guides???
  17. J

    Odd Horizontal Spacing

    I looked in the 'Arrange' tab and the Remove Layout command is disabled.
  18. J

    Odd Horizontal Spacing

    When I make a multiple selection on form and use the 'Decrease Horizon' the form objects don't do what is expected. The second image is what happens when I click on 'Decrease Horizontal' in the 'Arrange' tab. James
  19. J

    VB Debug Menu Showing Wrong Database Name

    Ah, ok, got it. Great, never thought to check that. Thanks much, James
  20. J

    VB Debug Menu Showing Wrong Database Name

    I can't change it. It's on the Debug menu. It doesn't seem to be causing any issues, though. Whne I click the File menu in a module the Save databasename shows the correct database.
Back
Top Bottom