Results 1 to 8 of 8
  1. #1
    ruttrowgeorge is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    4

    Access does not show all records when opening

    If I open a 2010 database on the network, it only shows 128 records.
    If I open it locally on my workstation I see all 4800 rows/records.



    What would cause this?
    Thanks
    Click image for larger version. 

Name:	access.jpg 
Views:	10 
Size:	18.4 KB 
ID:	22048

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    When using the network, what happens if you click the last record button and wait for the entire dataset to load?

  3. #3
    ruttrowgeorge is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    4
    It then shows all 4803 records if you do this. My fear is my end users will not understand doing that every time.

  4. #4
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    It is simply a speed issue. The network is not as fast as the bus on your PC. There are different types of queries. You can edit some datasets and you cannot edit others. One thing you can do is start to distinguish your queries between the two and limit the number of records retrieved by them.

    It is typical that a query will be a Dynaset. You will want this to be the case when there is a need for edits to the records being retrieved. If you do not need to make edits, you can set your query's properties so that it retrieves a Snapshot vs. a Dynaset. Setting the properties of a query as a Snapshot will simulate clicking the last record button of the Navigation Buttons. The Snapshot will retrieve all of the records before displaying any of the records. A Dynaset will retrieve a percentage of the records to display. As you navigate through the Dynaset, additional records will be retrieved.

    The downside to a snapshot is that the user will have to wait while the entire dataset is loaded into memory. If the PC does not have a lot of horsepower and or the network is slow, this may not be acceptable. The best practice thing to do is limit the size of the entire dataset, upfront. If the user does not need to review 4,300 records, do not include 4,300 records in the query. Add criteria to a WHERE clause to retrieve only relevant data.

  5. #5
    ruttrowgeorge is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    4
    How does one change a database from Dynaset to snapshot?

  6. #6
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    the filter could be on when open. mine does.

  7. #7
    ruttrowgeorge is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2015
    Posts
    4
    No filters are showing on the bottom when opening. I am wondering, since this only happens in Citrix, if a Microsoft update (Office or Windows 2008 R2) is playing a role in this issue.

  8. #8
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    To keep things simple, I will say that you would not create a database that is a Snapshot. What I am speaking of here is a property within a Query Object. In Access, Queries are objects within your database. You can create them, name them, and save them. You can adjust the Recordset Type of a named query object while in Design View. You can find the property settings within the Property Sheet.

    By default, the Property Sheet is visible while in design view. However, the property sheet will display properties for the currently selected item. The Recordset Type property is associated with the Query, itself. So, you will not see it if a field has focus, for instance. Select the Query and view the Query's properties by clicking empty space within the designer.

    If the Property Sheet is not visible, use the Show/Hide group and select Property Sheet. The Show/Hide group is under the Design Tab within the Ribbon.


    .
    Click image for larger version. 

Name:	QueryProperties.jpg 
Views:	6 
Size:	157.7 KB 
ID:	22049

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 04-19-2014, 02:35 AM
  2. Replies: 2
    Last Post: 12-17-2013, 04:16 PM
  3. Replies: 17
    Last Post: 07-31-2013, 11:35 AM
  4. ACCESS form does not show added records from sharepoint
    By WillemdeNie in forum SharePoint
    Replies: 0
    Last Post: 08-26-2012, 06:46 AM
  5. Show access records as a business card
    By omair1051992 in forum Access
    Replies: 1
    Last Post: 06-28-2012, 07:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums