I am starting to see this more and more.
Any thoughts on what can cause undesired behavior that a decompile does not fix? Obviously the only thing to do is go to a backup or somehow regenerate a file.
The last one I saw was really bizarre. There is quite a bit of code called on the form at various events but it works all the time for other forms. What this form did instead of displaying the record source with criteria, it opened the related target table, scanned through all the records on screen until it hit the one in the where clause and then stopped on the records in the where clause. The oddity is the rowsource is set on the form's Load event.
I know this is one of the black hole type subjects but all I have at the moment is Virus or just so old (many changes) the thing is prone to corruption neither of which I have good thoughts on confirming or solving.
Any thoughts on what can cause undesired behavior that a decompile does not fix? Obviously the only thing to do is go to a backup or somehow regenerate a file.
The last one I saw was really bizarre. There is quite a bit of code called on the form at various events but it works all the time for other forms. What this form did instead of displaying the record source with criteria, it opened the related target table, scanned through all the records on screen until it hit the one in the where clause and then stopped on the records in the where clause. The oddity is the rowsource is set on the form's Load event.
I know this is one of the black hole type subjects but all I have at the moment is Virus or just so old (many changes) the thing is prone to corruption neither of which I have good thoughts on confirming or solving.