Page 3 of 3 FirstFirst 123
Results 31 to 37 of 37
  1. #31
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226
    No. Each is from a differnt form,


    All have the borders are set to "none".
    They all work the first time using them. but when I return to them the second and third time the borders show up.

  2. #32
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Why is this code closing the form?
    Code:
    Private Sub Main_Window_Click()
    On Error GoTo Err_Main_Window_Click
    Dim stDocName As String
    Dim stLinkCriteria As String
    
    
    stDocName = "Main Menu"
    
    DoCmd.OpenForm stDocName, , , , , acDialog
    DoCmd.Close acForm, Me.Name, acSaveNo
    
    
    Exit_Main_Window_Click:
    Exit Sub
    Err_Main_Window_Click:
    MsgBox Err.Description
    Resume Exit_Main_Window_Click
    
    End Sub

  3. #33
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226
    I removed it.

  4. #34
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226
    Is there a way for me to print all this stuff out for me to have paper record to look next time?

  5. #35
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Your browser can print these pages.

  6. #36
    newtoAccess is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Nov 2009
    Posts
    226
    Done Thanks.

    Should I close this off

    and start new Threads as new problems come up?

  7. #37
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Absolutely. Are you going to mark this thread as Solved?

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Main Menu and Sub Menus
    By REngelbr in forum Access
    Replies: 0
    Last Post: 08-25-2009, 03:51 PM
  2. Hiding fields that contains empty records
    By sakthivels in forum Reports
    Replies: 4
    Last Post: 05-27-2009, 07:06 AM
  3. Hiding subreports
    By aouellette in forum Reports
    Replies: 0
    Last Post: 09-12-2008, 08:02 AM
  4. Drop Down Menus
    By iambia in forum Access
    Replies: 1
    Last Post: 01-25-2008, 02:05 PM
  5. hiding forms
    By Halocarbon in forum Access
    Replies: 1
    Last Post: 12-09-2005, 09:51 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