I have a form with 2 subforms on it that are placed with one on top of the other one.
Depending on a variable i want either one to come to the front however i cant get the one that is behind to come to the front and be able to edit the fields on it.
I have tried using .setfocus on the one i want and .hide on the one i dont want but neither of these work.
I have had these working fine to display information by using the .visible but now i need to actually be able to work with them which is fine on the top one but not the bottom one.
Seems like i need to get the one at the back to come in front of the front one.
Any ideas??
PEDZ