Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 24th, 2006, 11:11 AM
Registered User
 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Database corruption? Need suggestions, please.

I have a small database I've recently created. I'm using the data access pages to enter and view the data. On the bottom of the page I have the navigation bar that allows me to jump through the data, add new, etc. I have created a unique id number that is the primary key. A while back I opened the page and noticed that the item displayed was not the last one I entered (which it usually does) and instead was showing an entry several numbers back (the last id number I had entered was 1201 and it was showing 1168. I clicked on last item and it went to 1167. I clicked on first item and it went to 1168. I can click on the previous button and go all the way back to the first entry but cannot go forward past 1168. Now when I've created new items, they are all showing up in the table. Does any of this make sense and can someone maybe help me out? I would greatly appreciate it!!

Shane

 
Old April 24th, 2006, 12:07 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

The only thing I can think of is that the sort is on some other field, and going to the last record goes to the last value in the sort field, not the last value in the PK field. Perhaps the last value on the sort field is PK 1168, and coincidentally the first value in the sort field is 1167? This could be the case if you are not sorting on the PK.

HTH


mmcdonal
 
Old April 24th, 2006, 12:59 PM
Registered User
 
Join Date: Apr 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is there a way to configure the commands on the built in navigation bar?

Thanks!
Shane






Similar Threads
Thread Thread Starter Forum Replies Last Post
any suggestions? Acar BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 May 27th, 2008 07:19 AM
Form Corruption / Problems with Where Clause jeremy1048 Access 7 October 22nd, 2007 09:52 AM
Excel Page Setup Corruption echovue Excel VBA 2 November 16th, 2005 03:21 AM
Corruption on data write to Oracle table (string) inthepipe555 Oracle 0 July 15th, 2004 10:44 AM
Some suggestions richard.york Forum and Wrox.com Feedback 0 October 13th, 2003 01:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.