Feb 7, 2008 #1 plcman Programmer Feb 17, 2001 92 GB Hi I have a form called calibrate which has a subform called calibrations which is in datasheet view. Dependant on a field (type) in the main form I want to control the visibility of a field in the subform (chk1). Any suggestions? Regards Alan Edwards
Hi I have a form called calibrate which has a subform called calibrations which is in datasheet view. Dependant on a field (type) in the main form I want to control the visibility of a field in the subform (chk1). Any suggestions? Regards Alan Edwards
Feb 7, 2008 Thread starter #2 plcman Programmer Feb 17, 2001 92 GB Hi Just for info, I remembered I had done this before, like this: Me![Calibrations].Form![chk1].ColumnHidden = True Regards Alan Edwards Upvote 0 Downvote
Hi Just for info, I remembered I had done this before, like this: Me![Calibrations].Form![chk1].ColumnHidden = True Regards Alan Edwards