D
David W. Fenton
In
This works in Access 97, Access 2000, and Access 2002:
Forms!MainFormName!SubformName!ControlNameOnSubform
If you use the bang to refer to the controls, rather than the dot,
you can leave out the ".Form".
I always use bangs and never knew that. Thankfully, since that means
all my code converts upward!