C
Confused
I have a table Customer Inventory that has a list of systems. I'm trying to
migrate customers off existing systems and on to new ones. I have subforms
set up for the tasks associated with each system migration by using check
boxes, which exist on a TAB. Different tasks are needed based on the system.
Systems A migrates to System E. But Systems B and C migrate together to
System F. I wanted to only show the TAB appropriate based on the name in
[SystemName].
I tried this with a Set Value macro set to the 'On Current'. Condition
[Forms]![CLEC Systems Inventory]![SystemName] In ("A") Set Value ITEM
[Forms]![Clec Systems Inventory]![Page179].[Visible] Expression False
Condition [Forms]![CLEC Systems Inventory]![SystemName] In ("B,C") Set
Value ITEM [Forms]![Clec Systems Inventory]![Page180].[Visible]
Expression False
It works when I open the form. The first few records are on System A, and
it does change the tab when I get to a customer that has system B. But it
never changes back again after that no matter what system name is in the
[system] box.
Someone please help me have a nice weekend! Thanks!
migrate customers off existing systems and on to new ones. I have subforms
set up for the tasks associated with each system migration by using check
boxes, which exist on a TAB. Different tasks are needed based on the system.
Systems A migrates to System E. But Systems B and C migrate together to
System F. I wanted to only show the TAB appropriate based on the name in
[SystemName].
I tried this with a Set Value macro set to the 'On Current'. Condition
[Forms]![CLEC Systems Inventory]![SystemName] In ("A") Set Value ITEM
[Forms]![Clec Systems Inventory]![Page179].[Visible] Expression False
Condition [Forms]![CLEC Systems Inventory]![SystemName] In ("B,C") Set
Value ITEM [Forms]![Clec Systems Inventory]![Page180].[Visible]
Expression False
It works when I open the form. The first few records are on System A, and
it does change the tab when I get to a customer that has system B. But it
never changes back again after that no matter what system name is in the
[system] box.
Someone please help me have a nice weekend! Thanks!