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 8355607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:55:02+00:00 2026-06-09T09:55:02+00:00

Not sure if there is a definite answer for this, but I have an

  • 0

Not sure if there is a definite answer for this, but I have an Ms Access application with SQL Server 2008 as data store all tables are linked to the SQL Server from the Access application, the application is hosted on a Citrix server.
All the forms in the application are bound forms. There is one particular form that is lately causing issues when I try to edit or save the data the form hangs for ever and I have to kill the session. The form is linked to a table on SQL server and the table has Identity column as primary key, what I find weird is that this form is not even as heavily used as any other forms and the table does not even have half the records as any other heavily utilized tables. There are only 4 fields on the form with only one feild being Nvarchar, other forms have way more Nvarchar fields with way more utilization and data and they do not seem to cause any issues. I am ruling out Network issues as that would affect the entire application and not just one form also the indexes on the SQL server are build daily so I don’t think it is an indexing issue either. Does any one know why this would happen.

  • 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-09T09:55:04+00:00Added an answer on June 9, 2026 at 9:55 am

    If you suspect the form is corrupted you could use the SaveAsText and LoadFromText methods to save the form definition as a text file, then reload it with a different name.

    Application.SaveAsText acForm, "frmMainMenu", "frmMainMenu.txt"
    Application.LoadFromText acForm, "frmMainMenu_new", "frmMainMenu.txt"
    

    Those methods aren’t a comprehensive as Erik’s suggestion, but they are quick and easy. You can also try decompile to fix corruption. See the 2 answers at this link: HOW TO decompile and recompile

    If corruption is not the cause of the problem, you can try stepping through your form’s code in break (debug) mode. Place a temporary break point on the first executable line in your form’s open procedure. If you don’t have a procedure for Form Open, add one. If you’re unfamiliar with setting temporary break points, you can just add the word Stop:

    Private Sub Form_Open(Cancel As Integer)
        Stop
    

    Then after you open the form, you can step through the code one line at a time with the F8 key. Hopefully you will be able to identify the line which causes the code to hang.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sure there's a simple answer to this... or not: I have a site
SQL Server 2008: Sorry for the possibly non-informative title but I'm not sure quite
I am not sure where i've seen this before, but im sure that there
I am sure there are easier ways to do this, but I am not
I'm sure there's a clean way to do this, but I'm probably not using
This is a bit curly, and I am not sure there is an answer.
I'm not sure how to word this exactly but I have a script that
This works, but I'm not sure why (and I'm fairly sure there's a smarter
I'm sure there is an answer present for this question but bear with me
I'm sure there's a simple answer to this, but it's Friday afternoon and I'm

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.