Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / April 2006

Tip: Looking for answers? Try searching our database.

How do I move rows in a data sheet table?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
wendy - 07 Apr 2006 22:37 GMT
I have created a database with 15 columns, input info, saved, had more info
to input  opened found my July info in the middle of my April info, copied,
pasted back where it belonged, saved, deleted the extra rows, saved again,
closed, reopened, July back in the middle of April again, How do I fix?
gls858 - 07 Apr 2006 22:54 GMT
> I have created a database with 15 columns, input info, saved, had more info
> to input  opened found my July info in the middle of my April info, copied,
> pasted back where it belonged, saved, deleted the extra rows, saved again,
> closed, reopened, July back in the middle of April again, How do I fix?

You order your data with a query. The order in the table is irrelevant.

gls858
John Vinson - 08 Apr 2006 02:44 GMT
>I have created a database with 15 columns, input info, saved, had more info
>to input  opened found my July info in the middle of my April info, copied,
>pasted back where it belonged, saved, deleted the extra rows, saved again,
>closed, reopened, July back in the middle of April again, How do I fix?

A Table is an unordered "sack" full of data. There IS no meaningful or
useful order of records in a table, and you shoulnd't be opening the
table datasheet in any case.

Create a Query based on the table. Sort by your date/time field. Hey
presto, your records are now readable in chronological order! You can
base a Form or Report on this query.

You can also base a Form or Report on a parameter query with a
criterion such as

>= DateSerial([Enter year:], [Enter month number:], 1) AND < DateSerial([Enter year:], [Enter month number:] + 1, 1)

to see just the information for a chosen month.

                 John W. Vinson[MVP]    
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.