Skip to main content
March 7, 2007
Answered

Trouble adding more then 5 records to Access database

  • March 7, 2007
  • 2 replies
  • 380 views
Hi -- I have an Add Record behavior on my ASP page working with an Access database, and it works. However, it's only allowing 5 records to be in the table at a time. New additions overwrite the old ones, never totalling more than 5 records at a time. Why is this, and how can I fix it??
This topic has been closed for replies.
Correct answer
Thanks for the replies. The number of records showing was set to "all" -- but there was some glitch that prevented more than 5 records being added to the database online. I recreated the page, setting up new recordsets and insert record behaviors, and the problem was resolved. Thanks again for the quick replies.

2 replies

Inspiring
March 7, 2007
She's probably got the Repeat Region displaying 5 records.
Inspiring
March 7, 2007
Can you post the code, as I have never heard of an access table limiting the
records.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"jennivazquez" <webforumsuser@macromedia.com> wrote in message
news:esn0ta$5vn$1@forums.macromedia.com...
> Hi -- I have an Add Record behavior on my ASP page working with an Access
> database, and it works. However, it's only allowing 5 records to be in
> the
> table at a time. New additions overwrite the old ones, never totalling
> more
> than 5 records at a time. Why is this, and how can I fix it??
>


Correct answer
March 8, 2007
Thanks for the replies. The number of records showing was set to "all" -- but there was some glitch that prevented more than 5 records being added to the database online. I recreated the page, setting up new recordsets and insert record behaviors, and the problem was resolved. Thanks again for the quick replies.