New Command Box questions

S

Steve

If you saw my post earlier about getting to a new record,
this is a continuation of that problem. Either way,
here's the problem. I put in GoToRecord/acNext in a
command box module. The purpose is to move from the last
form of one record (LastTable[1]) to the first form of the
next record (FirstTable[2]). This works, but when I move
from FirstTable to SecondTable, I don't move from the same
record to the same record, ie: Instead of moving from
FirstTable[2] to SecondTable[2] (which would be blank), I
move from FirstTable[2] to SecondTable[1]. Does anyone
know how to fix this? Also, just to consolidate things, I
do have command boxes that let the user go backwards (ie
from SecondTable[x] to FirstTable[x]). I'm not actually
sure if I'll have a similar problem with those boxes, but
if someone has the answer to both those questions, I'd
greatly appreciate it. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top