Hello,
I have a form which I use for warehouse administration. I have a form which is an overview of all positions in one row of storage racks in which every position has its unique location identifier (such as A00-L(eft) or G12-M(iddle)), as you can see in my second picture below. Every position has a button, which a new form opens where some information of the pallet stored in that position is shown, as well as linked pictures. The pictures are shown in a subform using the method explained here: https://support.microsoft.com/en-us/kb/285820.
I am running access 2003 on a windows 7 64 bit OS, and everything works perfectly. I run into a weird problem that occurs on a pc with windows 10 installed. The problem is that when the individual pallet information form is opened, sometimes it opens completely as it's supposed to, as shown in the first picture below. But other times, part of the form appears to be hidden, shown in the second picture below.
When it does this, the form still seems to be active, because clicking the red STOP square in the bottom right corner, still closes the form (Or actually I click where the red square is supposed to be). Re-opening the form sometimes results in the form fully displaying, other times not.
Do you have any ideas what might cause this? I have looked for an answer but I didn't get further than Docmd.Maximize of in the OnLoad() or some resize command, but both didn't work.
kind regards,
Joris