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.
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...
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...
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...