Results 1 to 2 of 2
  1. #1
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071

    Weird Error on opening a form

    I have the following:

    Private Sub Form_Current()
    blnUpdated = False
    'Me.txt
    End Sub




    I have a form that open when the DB is open When the form opens I get an error click on ok and the form opens everything works fine. I can close the form and reopen it works fine. It only happens when I open the database and the form opens as the startup form.

    Any Idea why??

  2. #2
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    Never Mind, something about the timing. In the form load event I added the following

    Dim pause as long
    for pause = 1 to 1000
    next pause

    No more errors.

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

Similar Threads

  1. Replies: 3
    Last Post: 07-13-2011, 02:04 PM
  2. Weird Error
    By KevinMCB in forum Access
    Replies: 1
    Last Post: 02-16-2011, 02:23 PM
  3. Weird Form Control Problem
    By MWB in forum Access
    Replies: 3
    Last Post: 11-17-2010, 05:42 PM
  4. Error In Opening Form
    By cwwaicw311 in forum Forms
    Replies: 1
    Last Post: 03-10-2010, 09:18 AM
  5. Error opening DLL
    By rhodesengr in forum Access
    Replies: 0
    Last Post: 10-29-2007, 11:47 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