Hi Philipp,
unfortunately there seems to be no built-in indicator/constant in conditional formatting syntax representing the row to be formatted.
But if you could provide a column with an ascending number somehow in your forms recordsource, then you could use this approach.
Given a column...
What does it look like when you use a Runtime locally on a client? Maybe it's the runtime in general?
Have you compared the patch level (Microsoft Access version/build) of your Access full version with that of the runtime used?
Private Const FLASHW_STOP = 0 'Stop flashing. The system restores the window to its original state.
Private Const FLASHW_CAPTION = &H1 'Flash the window caption.
Private Const FLASHW_TRAY = &H2 'Flash the taskbar button.
Private Const FLASHW_ALL = (FLASHW_CAPTION Or FLASHW_TRAY) 'Flash both the...
Thanks for the answer, I compile and save too often rather than too little and do not have the problem described.
But for the back of my mind, I'm interested to know if there is any insight into the setting mentioned.
Perhaps you have decompiled and compacted your database file in the meantime? This cleans up some stuff. It wouldn't be the first time this has been a cure for fancy problems.
It's hard to follow your explanations just mentally, but what immediately popped into my head was whether you might have created circular references of two or more objects that prevent each other from being deleted by the garbage collection...
It should also be noted that, at least on NTFS volumes, very small files may be stored directly in the MFT and therefore do not occupy a single extra cluster:
See Windows Confidential: Just What Is ‘Size on Disk’? and/or How can a file's size on disk be 0 bytes when there's data in it?