Why is it that when you open and close a pop-up form in code, when Access returns to the line immediately after the OpenForm command (after going round the houses with the On-Load event etc) it no longer recognises the "Me" qualifier in relation to the popup form?
"Me" now refers to the Form behind the pop-up window. This is still the case even if I hard-code and set focus to the pop-up form. The solution is simple enough but I want to know why this is happening. Theres no logic behind it!!
"Me" now refers to the Form behind the pop-up window. This is still the case even if I hard-code and set focus to the pop-up form. The solution is simple enough but I want to know why this is happening. Theres no logic behind it!!