View Single Post
  #3  
Old January 15th, 2005, 06:49 AM
John S. Ford, MD
external usenet poster
 
Posts: n/a
Default

Allen,

Thanks for the idea. One question. I'm writing the code for the navigation
button sitting on my new subform. How do I make the DoCmd object operate on
the main form as in:

DoCmd.GoToRecord , , acNext

where I'm refering to the parent form that the subform is sitting on?

John