Inline.
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web:
http://www.spiderwebwoman.com/resources/
FrontPage Support:
http://www.frontpagemvps.com/
"Guido" <(E-Mail Removed)> wrote in message
news:5E93CB4F-31A4-4178-AD55-(E-Mail Removed)...
> Is there any way I can reset the default value for the number of records
> per
> page that is returned to the Database Editor? It is currently set at 5. I
> have over 300 records in the database. The only way I know of to change
> that
> value is by using the Database Results Wizard, but doing so eliminates the
> functionality of the Database Editor, correct?
In Code View, find the gray-colored code that begins with <!--webbot
bot="DatabaseRegionStart" and find the i-groupsize= parameter - change it
from "5" to whatever number you want. Save your chnage while you are still
in Code View.
>
> I have been told it is possible to add a search form to the Database
> Editor
> page where I could search the returned results. This might be an
> acceptable
> alternative. Can someone point me in the right direction?
See this KB article:
http://support.microsoft.com/kb/907235/en-us
>
> I am using FP 2002, SP3. Access Databases. I know virtually nothing about
> writing code.
>
> Thanks in advance.