well maybe quick.
basically, i have a form :
and i need those little '>' and '<' to move the individual records back and forward (they arent directly related tables)...
basically, if i use the little navigation thing access puts on their by default, the bottom (teacher) records move, but this isnt useful.
i've looked at the code and its :
DoCmd.GoToRecord , , acNext
which is nice. but i want 3 individual ones to move each record (subject / teacher / room) individually.. and i seem to be getting nowhere. i looked on google, but it gives lots of examples of the "DoCmd.GoToRecord , , acNext" command, but not for what i want to do...
can anyone please help ?
mark
edit : corrected [img] tags