D
David
I have a tabbed form containing 6 tabs. Each tab displays
a subform allowing editing of different tables. Each
subform has 'top', 'bottom' and 'new' buttons that
execute 'gotorecord' statements for acFirst, acLast and
acNewrec respectively. In all cases, except one, these
buttons work perfectly. On one subform, the 'bottom'
button does not scroll to the bottom record. The arrow
marker points to the bottom record but it is not scrolled
to as on every other subform. The button handling code is
identical for each subform. Any idea what might cause
this??? My workaround was to code a 'gotorecord acNewRec'
before the 'gotorecord acLast.
a subform allowing editing of different tables. Each
subform has 'top', 'bottom' and 'new' buttons that
execute 'gotorecord' statements for acFirst, acLast and
acNewrec respectively. In all cases, except one, these
buttons work perfectly. On one subform, the 'bottom'
button does not scroll to the bottom record. The arrow
marker points to the bottom record but it is not scrolled
to as on every other subform. The button handling code is
identical for each subform. Any idea what might cause
this??? My workaround was to code a 'gotorecord acNewRec'
before the 'gotorecord acLast.