Recent content by nattylou

  1. N

    go to tab

    I have a combo box as a field in TabA. Several values (B,C,D) as options. I have a TabB, TabC, and TabD. I want the correct tab to become active when a choice is made in the combo box. I am playing around with if thenif statements in Visual basic, but I am not very comfortable with it.
  2. N

    go to tab

    Ok, but what if the event has some conditions attached. If "A" is selected then Tab A opens, but if "B" is selected, then Tab B opens?
  3. N

    go to tab

    I have a form with many tabs, each tab with several fields (but no subforms). I want to set a macro so that after a certain event, one of the tabs will become active. I tried using gotopage, but the page number I set is not valid. Are tabs not considered pages? I also tried gotocontrol, but i...
  4. N

    linked ID fields in multiple forms change when passed to the table! help please

    I have created a database with one table and multiple forms. My ID field (Primary key and autonumber) appears on every form. The value chosen on the main form determines which form is opened next. This is done with a conditional macro that is set to OpenForm. The secondary form that opens...
Back
Top Bottom