Hey guys!
I'm trying to create a form that forces the user to input data before they are allowed to do a variety of functions. Now, the most obvious way to do this is to control the Visible variable and I want to manipulate this function to achieve what I want to do.
My problem is that in order to start the whole process, I have two boxes - 'ScreeningDate' and 'ScreeningBy', and only once these boxes have been filled do I want the 'OptionFrame' to be shown. My problem is that at the moment, I'm not sure what the VBA code is so that only when both of those fields have data, can you see the 'OptionFrame'. I've tried IsNull, but that won't work :/
Any ideas on the solution to my pickle? Using Access 2010.
Thanks guys and gals!
I'm trying to create a form that forces the user to input data before they are allowed to do a variety of functions. Now, the most obvious way to do this is to control the Visible variable and I want to manipulate this function to achieve what I want to do.
My problem is that in order to start the whole process, I have two boxes - 'ScreeningDate' and 'ScreeningBy', and only once these boxes have been filled do I want the 'OptionFrame' to be shown. My problem is that at the moment, I'm not sure what the VBA code is so that only when both of those fields have data, can you see the 'OptionFrame'. I've tried IsNull, but that won't work :/
Any ideas on the solution to my pickle? Using Access 2010.
Thanks guys and gals!