G
Guest
Hi, all!
I have a form that is used by 4 people for very similar data entry, but they wanted it customised so as not to view field each doesn't need. I did SaveAs and gave each their own form, removing unecessary fields, but...
I have a macro ShowOneTwo that sets visible to No for the 2 subforms on tabs at the bottom half of the form. When user enters One or Two in a field, the macro runs OnLostFocus for that field and shows either tabOne or tabTwo. It worked fine until I tried to separate everyone's forms (I did go in and change the names to corresponfd with each form).
Now the tab itself shows up, but not the form on the tab. I can't find anything that looks any different than the way it was set up originally; the macro referenced the tabname, and when .Visible was reset to Yes, everything showed up. I'm flummoxed!!
If anyone has ideas, I'd LOVE to hear them. You guys usually have great stuff. Btw, I am not a VB programmer, basically just use db objects as they're set up, tho I can understand some SQL & enough VB to change what I see :|
I have a form that is used by 4 people for very similar data entry, but they wanted it customised so as not to view field each doesn't need. I did SaveAs and gave each their own form, removing unecessary fields, but...
I have a macro ShowOneTwo that sets visible to No for the 2 subforms on tabs at the bottom half of the form. When user enters One or Two in a field, the macro runs OnLostFocus for that field and shows either tabOne or tabTwo. It worked fine until I tried to separate everyone's forms (I did go in and change the names to corresponfd with each form).
Now the tab itself shows up, but not the form on the tab. I can't find anything that looks any different than the way it was set up originally; the macro referenced the tabname, and when .Visible was reset to Yes, everything showed up. I'm flummoxed!!
If anyone has ideas, I'd LOVE to hear them. You guys usually have great stuff. Btw, I am not a VB programmer, basically just use db objects as they're set up, tho I can understand some SQL & enough VB to change what I see :|