Recent content by Yuri

  1. Y

    referring to subform on tab control

    Many many thanks Gina !! Excellent way to solve your form reference problems. Great forum here !! Yuri
  2. Y

    referring to subform on tab control

    Thanks Gina !! but I still can't figure it out. Actually I used the website you referred to, to set up the code. I thought I was on sub 1 referring to a control property, like enabled on sub 2, so code: Me!Subform2.Form!ControlName.Enabled on this webpage. And then I need to refer to the...
  3. Y

    referring to subform on tab control

    Hi there, After my quick solution of my problem yesterday I thought why not ask for some help on another issue I have. I have an unbound form (say level A). On this unbound form I have placed a tabbed control with two pages (say level B). On page 1 I have put one subform (say level C with...
  4. Y

    activate combobox on opening form

    Thanks very much Taruz !! That did the trick. Looks so simple now :)
  5. Y

    activate combobox on opening form

    Hey there, I have an bound form with in the header an unbound combox. So, the detail section shows the results of the combox. In the from footer I put a subform. Everything works fine once you have chosen your value from the combobox (list of values). My problem is that when I open the form it...
Back
Top Bottom