I understand that. I am referring only to the window where the form layout is displayed. both the right side of that and bottom seem to not refresh when I scroll down.
Why is the bottom and right side of the form design window not scrolling correctly?
I am using MS Access 2013. I have a attached a file with a screen shot.
I have "Option Compare Binary" at the top of all my modules.
I noticed today that the .Seek "=", "ABC" does not follow binary rules.
that is if I have two records "ABC" & "abc" the seek would match on either it finds first. Indicating seek is case insensitive.
Is there a way to force the...