Search results

  1. cford31

    Conditional Formatting not works on Text box

    I had the same problem. When using Sum() it looks like the Databar doesn't show. However, I was able to come up with a work around. Hide the "text0" control and create another control "text0_databar" with control source set to "=text0". Now the data bar shows properly.
  2. cford31

    Why is this continuous form displaying incorrectly

    Why are there lines increasing in between each record? This only happened on a few workstations while the rest worked fine. If this user scrolls down and then scrolls back up it fixes it and displays correctly. FE located on each workstation. I have tried updating the video drivers and this...
  3. cford31

    Print Preview isn't what is printed

    I'm having this same problem (sort of). Try changing your code to this: DoCmd.OpenReport stDocName, acViewNormal From what I've read from other threads "Access actually processes the Report again (it does not use the Preview display)". If you use the code above it will print properly (I...
  4. cford31

    Set Startup Option Programmatically

    Did you ever find this answer? I'm trying to set the application icon using VBA.
  5. cford31

    Error 2115 BeforeUpdate or ValidationRule Error (DB example attached)

    Would it work if I changed the bound field to no format?
  6. cford31

    Error 2115 BeforeUpdate or ValidationRule Error (DB example attached)

    I've attached a db (2000 version) of this problem. The ParseTime function allows the user to enter 115 instead of 1:15 pm. The ParseTime function is called if one of the following errors occur. - Error 2279 is caused when the text entered does not match the input mask - Error 2113 is caused...
Back
Top Bottom