Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7800861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:46:22+00:00 2026-06-02T00:46:22+00:00

I have had a question that I actually know the answer to but wanted

  • 0

I have had a question that I actually know the answer to but wanted to put it out there for anyone else who may be struggling with it since I have not found an answer on the internet but pieced it together myself. For the sake of saving someone else the trouble. When your users get the same record every time they click on a different record, in Access 2003, it is most likely because when you saved in design mode it also saved the server filter property to whatever record it filtered to. Then when you send it live it is stuck that way. I will provide the answer to this problem below.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T00:46:24+00:00Added an answer on June 2, 2026 at 12:46 am

    This does not work on every “Event” so the best thing to do is to put this code in whatever button you use to open whatever form is getting it’s ServerFilter property stuck or duplicating the same record each time. Again, insert this code in the button that opens your form with the problem and do it before the “OpenForm” function calls the form you need: ‘Close the supplied Form. Just in case it is open DoCmd.Close acForm, “Orders” ‘ReOpen the supplied Form but in Design View. DoCmd.OpenForm “Orders”, acDesign

    Public Sub Whatever()
    On Error GoTo LiveError
    
      'Set all filters to ""
      Forms![Orders].Filter = ""
      Forms![Orders].ServerFilter = ""
    
      'Save the form in design view
      DoCmd.Save acForm, "Orders"
    
      'Close the supplied Form.
      DoCmd.Close acForm, "Orders"
    
      'This is where your Open Form function would go, to open whatever form you need 
      'as usual.  The only difference now is that all pre-saved filters will be gone 
      'before you apply the new filter.
    
      Exit Sub
    
    LiveError:
      'This is so that when it goes live it doesn't error out since it can't open 
      'in design mode on the live server.
    
      'Continue opening whatever form you planned on before.  For example:
    
      Call OpenOrderForm(Forms![FORMNAME]![FILTERCRITERIA])
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is a question that I have had for some time but never actually
(I have a problem that I illustrated in this question but had no correct
This question may have been asked before, but I had trouble finding an answer,
I have the same question for Maven that someone had about Ant ( How
I know it is a strange question did someone have had a case where
I am new to Css. I don't know whether this question had answer or
Sorry I know similar question have been asked many times before but like most
This is quite a specific question, and I have had no luck on the
I had a question about Java Class Path variables. If I have multiple jars
I have a follow-up question regarding an issue I previously had on SO here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.