VBA runs incorrectly when multiple are records included in a report

_JSincliar

Registered User.
Local time
Today, 15:34
Joined
Dec 9, 2009
Messages
16
Thanks to assistance I recieved here a few days ago, I was able to re-run my code on each new record's Format event, which essentially would check if certain fields had any content and would make the bound text boxes visible, and move them to a position relative to other text boxes that were also made visible and moved at runtime.
Usually my first and second record would come out fine, (with a few exceptions), but following ones randomly would have additional boxes shown even if there is no content and be positioned incorrectly, (strangly the horizontal position would be right on, but the vertical position would be off). This doesn't happen if I filter to an individual record when printing the report, just if there are multiple or all records included in the filter.

Any insights into what might be going on would be greatly appreciated.
Thanks,
Jon
 

Users who are viewing this thread

Back
Top Bottom