View Single Post
Old Jan 9th, 2008, 12:50 PM   #6
SydneyMcConnell
18 Year Old Programmer
 
Join Date: Jan 2008
Posts: 26
Rep Power: 0 SydneyMcConnell is on a distinguished road
Re: Accesing Control Properties on Another Form

Should be something along the lines of:

Me.Parent.Controls("tsbSuppliers").enabled = false

Give that a try.
If it doesn't work there, try it in the child form's Disposing event.
SydneyMcConnell is offline   Reply With Quote