473,387 Members | 1,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Problem sequencing my records

4
Hi guys!

Am able to read n write data to and from my Access Database to my VB form. When I add a new record on my VB form, it gets added to my Access Database n the record is also diaplayed on my VB form....but am not able to see the records in sequence.

Meaning, if i'm adding a record with a serial number 31... that record gets slotted inbetween my records with serial numbers 17 n 18. How can I see the records in sequence?

Help needed please!
sowms
Oct 25 '07 #1
3 1047
daveftl
43
Hi guys!

Am able to read n write data to and from my Access Database to my VB form. When I add a new record on my VB form, it gets added to my Access Database n the record is also diaplayed on my VB form....but am not able to see the records in sequence.

Meaning, if i'm adding a record with a serial number 31... that record gets slotted inbetween my records with serial numbers 17 n 18. How can I see the records in sequence?

Help needed please!
sowms
use the ORDER BY clause...the sql code is like this:

SELECT * FROM <table> ORDER BY SerialNumber;

--> this will return all the records in your table in order with regards to the serial number.

hope this one answers...:)
Oct 25 '07 #2
sowms
4
use the ORDER BY clause...
Hey hi! Thanks loads it works! :)
Oct 27 '07 #3
daveftl
43
Hey hi! Thanks loads it works! :)
You're very much welcome...God bless!
Oct 27 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Frnak McKenney | last post by:
I'm using an in-core DataSet as an image of my application's 'database' (a multi-table Access97 mdb file). Updates are made to the DataTables within the DataSet via forms with bound TextBoxes,...
1
by: Bill Agee | last post by:
I would like to number the records in a query. If I have 10 records, is there a way to assign numbers 1 - 10 to those records?
2
by: robboll | last post by:
Here is a sequencing problem for MS Access (or I guess T-SQL) if someone can assist. I am trying to build a function that counts the members of the group. In this case, the group consists of...
10
by: Stephen | last post by:
Hi, I have a question. I have created an application using VS.NET and the application runs fine on IE, (I mean all the image buttons, textboxes etc.) I understand that validation control...
1
by: Kamal Jeet Singh | last post by:
Hi Friends !! I am have facing problem in controlling the dynamically created controls on web page. The problem Scenario is Scenario:- My requirement is to load the web user controls on the...
1
by: Kamal Jeet Singh | last post by:
Hi Friends !! I am facing problem in controlling the dynamically created controls on web page. The problem Scenario is Scenario:- My requirement is to load the web user controls on the web...
0
by: Tom Houston via .NET 247 | last post by:
I have built vb.net application that runs on my SBS2003 thatconsists of 20 plus form and menus. I am having problems with aweb form using textboxes. There are also three buttons,back/exit/save. The...
0
by: apondu | last post by:
Hi, I have a doubt in Packing and deployment using DotNet. I have 3 project which are indepenedent of each other. I have created a new project which uses these 3 independent project. Now i want...
3
by: rdemyan | last post by:
I have a table that is imported from another system. I have no choice but to use the data as is; they will not change it. The records are not unique. For reasons I don't want to get into, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.