I'm new to DAO, and I've been working on recordsets to get myself started. What I want to do is open a recordset from a table within the current db, wherever it may be copied or moved to. This means that instead of using something like:
oConn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:\Inetpub\
I'm looking for some way of defining the recordset's connection without using an absolute path or a dsn.
Anyone know how to do this?
Thanks,
Rob
oConn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:\Inetpub\
I'm looking for some way of defining the recordset's connection without using an absolute path or a dsn.
Anyone know how to do this?
Thanks,
Rob