Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    mgwat69 is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2011
    Posts
    13
    June7
    Please try again. If I understand correctly you are getting a message something like this:
    Cannot locate form (form name). Do you want to continue loading the project?
    Continue clicking yes each time this happens (several times) and the project should load.
    This is an issue I deal with each time I restart version 1 in production. I think it a glitch in Access which happens when you create a copy of a form and later delete it. Sorry about the problem, I don't often experience that issue on my desktop copy, only version 1 which has been uploaded to a network drive. I didn't think this would be a problem when I copied version 1 to develop version 5.
    I hope this is the information you need. Let me know.


    Michael

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I already did that. Need answers to other questions in previous post.

    I have never encountered that issue before and I have deleted forms. Have you run Compact & Repair?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #18
    mgwat69 is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2011
    Posts
    13
    Yes, ran compact and repair. Do you need me to attach it again?

    I have a command button on the form with the following code:

    Option Compare Database
    Private Sub cmdNewSearch_Click()
    Me.Combo0.Value = ""
    Me.Combo0.SetFocus
    Me.Combo0.Dropdown
    End Sub

    When I click on it I get the error message:
    "Error accessing file. Network connection may have been lost."

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I am encountering too many issues with debugging this project. I suspect it is corrupted beyond recovery. You should try creating a new project. Import of the objects and code might work and should at least eliminate the problem with 'phantom' forms. I suggest you not set the form to open full screen and without close button until all programming issues are resolved. Forms in that state interfere with debugging efforts. Should always be a way to leave a form. Need the X close or a custom button.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #20
    mgwat69 is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2011
    Posts
    13
    June7,
    Thank you for asking for a fresh copy of the database. As soon as I did that the button worked fine. Thank you again for your patience.
    Michael

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. finding a record in a listbox
    By mgwat69 in forum Programming
    Replies: 2
    Last Post: 10-03-2011, 11:38 AM
  2. Identical record in a Listbox
    By mar_t in forum Access
    Replies: 4
    Last Post: 05-26-2011, 08:30 PM
  3. A way of finding a specific record
    By degras in forum Forms
    Replies: 8
    Last Post: 02-17-2011, 10:28 AM
  4. Navigate to a record in a listbox
    By jackkent in forum Access
    Replies: 4
    Last Post: 10-03-2010, 09:36 AM
  5. Finding a record
    By Rick West in forum Forms
    Replies: 3
    Last Post: 06-14-2010, 06:39 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