M Matthew Pfluger Feb 3, 2009 #1 Is there a way to determine if a control is visible as a column in a form's datasheet view? Thanks, Matthew Pfluger
Is there a way to determine if a control is visible as a column in a form's datasheet view? Thanks, Matthew Pfluger
S strive4peace Feb 3, 2009 #2 Hi Matthew, yes, if you are in the code behind the form: me.[controlname].ColumnHidden will be True or False WHERE controlname is the Name property of the control Warm Regards, Crystal remote programming and training Video Tutorials on YouTube! http://www.youtube.com/user/LearnAccessByCrystal Access Basics 8-part free tutorial that covers essentials in Access http://www.AccessMVP.com/strive4peace * have an awesome day *
Hi Matthew, yes, if you are in the code behind the form: me.[controlname].ColumnHidden will be True or False WHERE controlname is the Name property of the control Warm Regards, Crystal remote programming and training Video Tutorials on YouTube! http://www.youtube.com/user/LearnAccessByCrystal Access Basics 8-part free tutorial that covers essentials in Access http://www.AccessMVP.com/strive4peace * have an awesome day *