Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating a subform while not allowing updates on the main form

Status
Not open for further replies.

projecttoday

Programmer
Feb 28, 2004
208
US
I have a datasheet subform on a form. Is there any way I can make the datasheet enterable while preventing udates on the form on which it resides.
 
Select all the controls on the main form except your subform control. Then set either the enabled or locked property to false.
 
Is there any way to get the main form so it won't allow records to be added but still allow additions on the datasheet?
 
On the main form look at the "allow additions", "allow deletions", and "allow edits" property
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top