I've just created a basic connection in the Data Environment Designer (DED);
one connection, Connection1, and one command, rsOrders (connecting to the
Nwind.mdb). I am displaying all info in a form. No extra code used anywhere.

I want to create two navigation buttons, Previous and Next, for navigating the
records, but have been unable to do this. I've tried using Connection.Movexxxx
and rsOrders.Movexxxx. I did especially believe I only had to assign the
Movexxxx method to rsOrders, as I believed the Command object returned a
recordset I could work with straight away. However, the Movexxxx methods
doesn't look like they "belong" with either Connection1 or rsOrders1 (doesn't
show in the automatic pop-up command help).

Is the Connection object created in DED the same as a Connection object when
writing plain ADO code, and, more importantly, what are the similarities/
differences between a recordset and a Command in DED?

What code do I have to use to be able to navigate the records?

Thanks,
Kim ([email protected])