5 pts.
Q:
Access Tab Control Problem
I had a form that was working fine. I was able to open a form by clicking on the ID in the subform using code "[Forms]![Sales Home]![ConvoQuery subform].[Form]![ConversationID]=[ConversationID]" and it would open the form I wanted.  I have however changed the form to put my subforms into tabs. Now "[Forms]![Sales Home]![ConvoQuery subform].[Form]![ConversationID]=[ConversationID]" will not work. what am I doing wrong? Do I need to point to the tab control or something? Any help would be appriciated

Software/Hardware used:
Access 2007
ASKED: Nov 19 2009  6:30 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1445 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
You need to put the tab control's name in there now.

[Forms]![Sales Home]![Tab1]![ConvoQuery subform].Form![ConversationID]
Last Answered: Nov 20 2009  2:18 PM GMT by Randym   1445 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _