Main Form Not updateble, Subforms need to be updateable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want my main form to be non-updateable, while the multiple subforms that
display child data should be updateable...How?
 
You might have to go and explicitly lock all of the controls on the main
form other than the subform controls.
 
I want my main form to be non-updateable, while the multiple subforms that
display child data should be updateable...How?

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top