You're missing the .Form in there. While it may be working on your present
version of Access, it's possible that it will stop working if a future
service pack causes Access to adhere closer to the correct syntax, and it
likely won't upsize properly to Access 2007.
Forms![frmSchedule]![FrmAppTime].Form![800] = [Event]

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
I completely missed that .Form when I found the syntax for getting to
subform
controls -- that's good to know, Thanks!
I have never been clear on the distinction between the "." and "!" in
the syntax,
and I never seem to be able to find my way back to references that I
have
stumbled across --- would someone please post an explanation, or point
me
towards an explanation?
tia
--
Clif
On Mar 18, 2:41 pm, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> You're missing the .Form in there. While it may be working on your present
> version of Access, it's possible that it will stop working if a future
> service pack causes Access to adhere closer to the correct syntax, and it
> likely won't upsize properly to Access 2007.
>
> Forms![frmSchedule]![FrmAppTime].Form![800] = [Event]
Douglas J. Steele - 19 Mar 2008 15:41 GMT
The usual advice is that you use ! for things you created (such as forms or
controls on forms) and . for things Access created (such as properties).
However, you might read what Andy Baron's got at
http://my.advisor.com/doc/05352

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
I completely missed that .Form when I found the syntax for getting to
subform
controls -- that's good to know, Thanks!
I have never been clear on the distinction between the "." and "!" in
the syntax,
and I never seem to be able to find my way back to references that I
have
stumbled across --- would someone please post an explanation, or point
me
towards an explanation?
tia
--
Clif
On Mar 18, 2:41 pm, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> You're missing the .Form in there. While it may be working on your present
> version of Access, it's possible that it will stop working if a future
> service pack causes Access to adhere closer to the correct syntax, and it
> likely won't upsize properly to Access 2007.
>
> Forms![frmSchedule]![FrmAppTime].Form![800] = [Event]