G Guest Oct 19, 2006 #1 I want my main form to be non-updateable, while the multiple subforms that display child data should be updateable...How?
I want my main form to be non-updateable, while the multiple subforms that display child data should be updateable...How?
D Douglas J. Steele Oct 19, 2006 #2 You might have to go and explicitly lock all of the controls on the main form other than the subform controls.
You might have to go and explicitly lock all of the controls on the main form other than the subform controls.
J John Vinson Oct 19, 2006 #3 I want my main form to be non-updateable, while the multiple subforms that display child data should be updateable...How? Click to expand... One way would be to base the mainform on a non-updateable query (e.g. by setting its query type property to Snapshot). John W. Vinson[MVP]
I want my main form to be non-updateable, while the multiple subforms that display child data should be updateable...How? Click to expand... One way would be to base the mainform on a non-updateable query (e.g. by setting its query type property to Snapshot). John W. Vinson[MVP]