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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making a form read only

Status
Not open for further replies.

jmodo

Programmer
Aug 2, 2006
43
US
I am trying to make a form read-only, and all of its subforms(many of them on different tabs). Is there a way to make everything read only with a single command, having the child forms inherit the parent form property?
 
How are ya jmodo . . .
Code:
[blue]   Me.AllowAdditions = False
   Me.AllowDeletions = False
   Me.AllowEdits = False[/blue]

Calvin.gif
See Ya! . . . . . .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top