G gzy098 New member Local time Today, 02:24 Joined Nov 24, 2013 Messages 3 Nov 24, 2013 #1 can i ask some question? how to use the combo box from the form to control subform button or textbox visible or not?
can i ask some question? how to use the combo box from the form to control subform button or textbox visible or not?
pbaldy Wino Moderator Staff member Local time Today, 02:24 Joined Aug 30, 2003 Messages 36,272 Nov 24, 2013 #2 Generally: http://www.baldyweb.com/ConditionalVisibility.htm
G gzy098 New member Local time Today, 02:24 Joined Nov 24, 2013 Messages 3 Nov 24, 2013 #3 but i want the things is if i got Form A and B,Form B is the subform of Form A. Form A got a combo box "cmbTemplateType" and have 2 value like "search" and "edit". if i chose "search", the subform "Form B" will invisible the edit button in Form B.
but i want the things is if i got Form A and B,Form B is the subform of Form A. Form A got a combo box "cmbTemplateType" and have 2 value like "search" and "edit". if i chose "search", the subform "Form B" will invisible the edit button in Form B.
pbaldy Wino Moderator Staff member Local time Today, 02:24 Joined Aug 30, 2003 Messages 36,272 Nov 24, 2013 #4 That's just a matter of using the proper syntax: http://access.mvps.org/access/forms/frm0031.htm
G gzy098 New member Local time Today, 02:24 Joined Nov 24, 2013 Messages 3 Nov 24, 2013 #5 thanks a lot
pbaldy Wino Moderator Staff member Local time Today, 02:24 Joined Aug 30, 2003 Messages 36,272 Nov 24, 2013 #6 Happy to help!