FileBreakerPro Posted February 20, 2003 Posted February 20, 2003 How would I insert a record in front of one or more that are allready entered?
Lee Smith Posted February 20, 2003 Posted February 20, 2003 What is the significance of the order you want? Lee
Lee Smith Posted February 20, 2003 Posted February 20, 2003 You can not insert a record per say, 1, 2, (4), 3, 5 etc., but what most people are really asking is to see a list of records in a certain way. i.e. by date, by contact name, by company, etc. So, when you say insert, what is the order that you want to see them in, since you can't physically insert the number 4 before 3. Lee
harryk Posted February 21, 2003 Posted February 21, 2003 Considering the physical order a new record is always placed at the end of the existing row of records. That's where sorting the records comes round the corner. Sometimes indeed, despite the options for sorting, it can be handy to change the physical order: to make the physical order equal to a sort order. It's not difficult to write a script doing that. Harryk
Recommended Posts
This topic is 8217 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now