B
Bill Morgan
SCENARIO: I am using ADO to connect to a remote,
relational database to which Access 2000 will not allow me
to do a direct link (i.e., the remote db is not Access,
FoxPro, Excel, etc.). However, the remote db is an ADO
provider.
QUESTION 1: I want to be able to see the remote data in
datasheet view, as well as walk through the data via a
form - just as if the remote table were a local .mdb table
and the form was a bound form. In general terms, what is
the most widely accepted method of achieving this?
QUESTION 2: Can you briefly describe how I can most easily
achieve the effect of the standard navigation buttons on a
bound form? For example, should I rely on bookmarks and
public variables to achieve the effect of easily moving
back and forth through the recordset, using
the .MoveNext, .MovePrevious, etc. methods?
Thanks for your help.
relational database to which Access 2000 will not allow me
to do a direct link (i.e., the remote db is not Access,
FoxPro, Excel, etc.). However, the remote db is an ADO
provider.
QUESTION 1: I want to be able to see the remote data in
datasheet view, as well as walk through the data via a
form - just as if the remote table were a local .mdb table
and the form was a bound form. In general terms, what is
the most widely accepted method of achieving this?
QUESTION 2: Can you briefly describe how I can most easily
achieve the effect of the standard navigation buttons on a
bound form? For example, should I rely on bookmarks and
public variables to achieve the effect of easily moving
back and forth through the recordset, using
the .MoveNext, .MovePrevious, etc. methods?
Thanks for your help.