Results 1 to 4 of 4
  1. #1
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206

    Post Display ALL records in a form?

    Hi everyone.



    I have a table whose number of rows increases by 100 everyday. The form thru which this table is displayed is NOT set to Data Entry = Yes.

    Is it proper to display all records in a form? Will it not crash the form? Or should I display a subset of the table data, by writing a WHERE clause in its query?

    Hoping to get a response. Thanks everyone!

  2. #2
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    Access usually sets a default of 1000 records (Tools-->Options-->Edit/Find). You can increase the default, but why would you want your user to look through all of the records to find the ones they need? I would have an unbound form ahead of your main form that allows the user to filter the records. You would use the user choices selected in the unbound form to dynamically filter the main form's recordset to give the user just the records they want to see.

  3. #3
    evander is offline Competent Performer
    Windows 7 Access 2003
    Join Date
    Apr 2010
    Location
    Philippines
    Posts
    206
    Oh. That unbound form, I made it for filtering data that is passed onto a report. I'll do the same for the form itself then. Thanks budd!

  4. #4
    jzwp11 is offline VIP
    Windows 7 Access 2007
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    You're welcome! Good luck with your project.

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

Similar Threads

  1. Calculate Time and Display Records
    By w2vijay in forum Reports
    Replies: 1
    Last Post: 02-12-2010, 01:58 AM
  2. Display all records
    By skwilliamson in forum Queries
    Replies: 3
    Last Post: 12-02-2009, 12:17 PM
  3. Display last five records only
    By premdasp in forum Queries
    Replies: 3
    Last Post: 11-18-2009, 11:53 AM
  4. Subform records wont display
    By taylorosso in forum Forms
    Replies: 10
    Last Post: 10-09-2009, 08:59 AM
  5. checkboxes to display records
    By jamie123 in forum Forms
    Replies: 1
    Last Post: 05-13-2009, 10:43 AM

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