Invalid Reference

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
Back
Top