data access help...

A

anybody

posted this in general...might be more appropriate here. any help is greatly
appreciated.




apparently i didnt make my question specific enough, for that I apologize.
yes, of course I tried to copy and paste it, but my problem is that I do not
undertsand the programming language enough to know what I then have to change
to make it refer to my own database and tables. For example in the
declaration:

Set rs = MSODSC.DataPages(0).Recordset.Clone

I assume I have to change part of the right hand side to either the name of
my table or field, but I don't which or where. Any help with what exactly I
have to change, and to what, would be greatly appreciated.
 
Top