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.
"Douglas J Steele" wrote:
> Yes, you should be able to copy and paste it, and then make changes to be
> consistent with your application.
>
> And pardon me if I seem rude, but wouldn't it have been easier just to try
> it, rather than posting this question?
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "anybody" <(E-Mail Removed)> wrote in message
> news:F3AB3AEC-BA43-4A4D-9837-(E-Mail Removed)...
> > I am setting an access data page/web page using access 2002. Access does
> not
> > provide a default search function for web pages and so after some
> searching I
> > found the following website which describes how to set up what I need.
> > Unfortunantly, it requires working with the code and script editer...with
> > which I have no knowledge or understanding. The website is
> >
> >
> http://msdn.microsoft.com/library/de...dsearching.asp
> >
> > If you go to the section entitled "Add a Find Button to a Page" you will
> see
> > a box with code in it. I am hoping that someone with working knowledge of
> how
> > the code works can tell me whether or not is will be possible to copy and
> > paste that section, and then simply change certains parts or names so that
> > they refer to my database....Hope the question makes sense. Any help is
> > greatly appreciated.
> >
> >
> > Thank You