|
-
Jun 20th, 2012, 02:34 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Data in MS Access Database our of order with VB 2010 Interface
VB 2010 Express + MS Access 2003
I'm still a newbie with all this...but today I successfully configured an interface to work with a test database I created in MS Access 2003. The database consists of only 8 records with 10 fields.
I used the basic built-ins with VB 2010 to build the interface in a simple form which shows only 6 of the 10 fields. It all seems to work well, that is the connection string built correctly, and I can run the program and view the individual records. My trouble is that when it goes to the 1st record it's actually the 3rd record in the database. And when I go to the last record it's actually the 2nd record in the database and the next to the last record is actually the first record in the database.
I'm confused as to why the program seems to start at the 3 record and shifts the first two records to the end. All the records show up, it's just that they are somewhat out of order.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|