Results 1 to 5 of 5
  1. #1
    steven_s is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    3

    Exclamation Got a trouble with forms (remove filter/sorting)

    Hello!
    I've created 2 similar forms with 1 subform in each of them:
    1st - ZAMOWIENIA - with orders
    2nd - PRZETARGI - with biddings



    Hyperlink to the file: <link deleted>

    The PRZETARGI form is completely the same as ZAMOWIENIA (but data comes from different tables).

    The problem is that ZAMOWIENIA form works fine, i am able to filter data by ODSWIEZ (Refresh) button but PRZETARGI does not (grey field ;/). To see the data on the subform in PRZETARGI form i am obliged to click on ODSWIEZ (Refresh) using right mouse button and then choose 'remove filter/sorting' option.

    May somebody help with that issue? I can't handle it :/

    Thx beforehand! Regards!
    Last edited by pbaldy; 09-15-2018 at 10:47 AM. Reason: deleted link

  2. #2
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    Me.filteron = false 'keeps form from using the filter

    I didn't look at your zip file.
    Last edited by llkhoutx; 01-30-2010 at 05:26 PM.

  3. #3
    steven_s is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    3
    Quote Originally Posted by llkhoutx View Post
    Me.filter = false 'keeps form from using the filter

    I didn't look at your zip file.
    Thanks for your interest but it didn' help :/ Still do not know the issue but I found out that removing path from RecordSource and setting it to blank resolved my problem.

    Any quess why? Do not have any clue :/

    Steven

  4. #4
    llkhoutx is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Location
    Houston, Texas USA
    Posts
    373
    Note my corrected posting.

    Code:
    me.filteron=false 

  5. #5
    steven_s is offline Novice
    Windows XP Access 2003
    Join Date
    Jan 2010
    Posts
    3
    Quote Originally Posted by llkhoutx View Post
    Note my corrected posting.

    Code:
    me.filteron=false 
    Well it did not help :/ I've received a tip to remove path from RecordSource and it works. Still do not know why, but it's a solution indeed.

    Thanks dude!

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

Similar Threads

  1. Textbox, remove certain words.
    By dgrzalja in forum Forms
    Replies: 0
    Last Post: 11-03-2009, 09:42 AM
  2. How to remove duplicates
    By TonyBender in forum Access
    Replies: 0
    Last Post: 10-21-2009, 10:27 PM
  3. Remove Filter and GoToRecord
    By ombadboy in forum Programming
    Replies: 0
    Last Post: 09-04-2009, 07:35 AM
  4. Remove contents from each field
    By nancyszn in forum Access
    Replies: 7
    Last Post: 08-06-2009, 03:41 PM
  5. remove record count
    By theITguy in forum Access
    Replies: 1
    Last Post: 03-06-2009, 06:22 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