D
David
Hello,
I am using Lebans custom navigation, Access 2002 user.
http://www.lebans.com/recnavbuttons.htm
RecordNavigationButtons is an MDB containing code to replace the standard
Navigation Buttons. The custom buttons exactly emulate the standard
navigation bar including the autorepeat property.
I imported the form frmNavButtons.
I have the top level form (unbound) with subform1 (not linked). Subform1
has all of my data. I dragged lebans form, frmNavButtons from the database
window to the detail section (also tried the footer section) of subform1.
When using the frmNavButtons form, I receive error message of, "The object
'subform1' isn't open."
I can create a new form, and use the frmNavButtons as a subform perfectly.
How can I get this to work with a subform of a subform (my top form is
unbound)?
Here is the same code of the nav buttons. (the last criteria changes
depending on the direction to navigate)
DoCmd.GoToRecord acDataForm, Me.Parent.Name, acNext
If you can assist, I would be very grateful.
I am using Lebans custom navigation, Access 2002 user.
http://www.lebans.com/recnavbuttons.htm
RecordNavigationButtons is an MDB containing code to replace the standard
Navigation Buttons. The custom buttons exactly emulate the standard
navigation bar including the autorepeat property.
I imported the form frmNavButtons.
I have the top level form (unbound) with subform1 (not linked). Subform1
has all of my data. I dragged lebans form, frmNavButtons from the database
window to the detail section (also tried the footer section) of subform1.
When using the frmNavButtons form, I receive error message of, "The object
'subform1' isn't open."
I can create a new form, and use the frmNavButtons as a subform perfectly.
How can I get this to work with a subform of a subform (my top form is
unbound)?
Here is the same code of the nav buttons. (the last criteria changes
depending on the direction to navigate)
DoCmd.GoToRecord acDataForm, Me.Parent.Name, acNext
If you can assist, I would be very grateful.