A
aarrgghh765
Hello,
I've been trying to understand the example in the following article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmart01/html/sa01b1.asp
As far as I can see, something like this should work. But Me does not
appear to contain a frmContainersSubForm object and I can't
understand why
Dim sfrm As SubForm
Set sfrm = Me.frmContainersSubForm
sfrm.Form("DateReady").ColumnHidden = True
Can anyone help please as my noodle is well and truly baked.
I've been trying to understand the example in the following article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmart01/html/sa01b1.asp
As far as I can see, something like this should work. But Me does not
appear to contain a frmContainersSubForm object and I can't
understand why
Dim sfrm As SubForm
Set sfrm = Me.frmContainersSubForm
sfrm.Form("DateReady").ColumnHidden = True
Can anyone help please as my noodle is well and truly baked.