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 / Forms Programming / March 2005

Tip: Looking for answers? Try searching our database.

my table is indexed, but after entering records by form, it's not.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
programmer - 09 Mar 2005 12:29 GMT
I have created a form having one indexed primary field. when I add any data
to form and save it, by click on record mover [what I have created] , all
data are not indexed.
Jeff Boyce - 09 Mar 2005 12:52 GMT
It may be that your definition of "indexed" doesn't match Access'
definition.

Forms don't have fields, and don't have indexes.  Tables do.  Can you
provide a bit more explanation?

Signature

More info, please ...

Jeff Boyce
<Access MVP>

> I have created a form having one indexed primary field. when I add any data
> to form and save it, by click on record mover [what I have created] , all
> data are not indexed.
Rick Brandt - 09 Mar 2005 13:58 GMT
> I have created a form having one indexed primary field. when I add
> any data to form and save it, by click on record mover [what I have
> created] , all data are not indexed.

If you mean that they are not in any particular order then you should know
that tables by definition have no order. Anytime you want records in a
particular order you must impose that order within a query, form, or report.

Signature

I don't check the Email account attached
to this message.     Send instead to...
RBrandt    at       Hunter      dot      com

John Vinson - 09 Mar 2005 19:26 GMT
>I have created a form having one indexed primary field. when I add any data
>to form and save it, by click on record mover [what I have created] , all
>data are not indexed.

Unlike the case with some other database programs, specifying an index
does NOT sort the table.

It does make sorting the data in a Query faster and more efficient, so
it's a good thing to do - but if you want to see the data sorted, use
a Query, not a table datasheet.

                 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.