I know how to refer to controls and properties of an open form (e.g., Application.Forms![form.name].property ), but how about a form that isn't opened yet?
In my access project, I would like to make sure that the ServerFilter property is blank before opening the form--this property is occassionally left with data in it if there is a crash and the form is saved in an abnormal manner. I thought I could run this check once when the app is started. (I shouldn't have to worry about this once the app is developed, but currently it is a bit of a pain.)
In my access project, I would like to make sure that the ServerFilter property is blank before opening the form--this property is occassionally left with data in it if there is a crash and the form is saved in an abnormal manner. I thought I could run this check once when the app is started. (I shouldn't have to worry about this once the app is developed, but currently it is a bit of a pain.)