Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Amy B's Avatar
    Amy B is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Location
    Santa Barbara, CA
    Posts
    9

    So you are saying that if the user clicks the "filtered" button (so that it's unfiltered), then the forward arrow and then the back arrow, it will, in effect "refresh" all controls and have the effect on the browser that I am looking for. And there is a way this could be done programmatically on a command button.

    Ok. Thank you very much for your help.

    AB

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Crossing fingers - yes, should work.
    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
    Amy B's Avatar
    Amy B is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Mar 2014
    Location
    Santa Barbara, CA
    Posts
    9
    Good news!!!! I finally figured out a workable solution for a back button that navigates folders on a network.

    Here is the code:
    _____________________________________________
    Private Sub cmdBack_Click()
    Dim strCS As String
    Dim strCS2 As String

    strCS = "=(""\\Files\Admin\Library\" & """)"
    strCS2 = "=(""\\Files\Admin\Library\" & Year([txtClose]) & "\" & [txtLibrary] & """)"

    Me.webElf.ControlSource = strCS

    Me.webElf.ControlSource = strCS2

    End Sub
    _____________________________________________

    Basically, the code changes the control source twice. Without doing that, the browser won't navigate because it thinks it already there.

    Thank you to everyone for your help!

    AB

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

Similar Threads

  1. Replies: 4
    Last Post: 05-21-2012, 08:21 AM
  2. Button linking back to form?
    By Raygar in forum Reports
    Replies: 1
    Last Post: 05-14-2012, 06:26 PM
  3. #NAME? Error keeps coming back
    By tharless in forum Access
    Replies: 24
    Last Post: 02-09-2012, 03:10 PM
  4. BACK BUTTON Not Working
    By HENRYM in forum Forms
    Replies: 5
    Last Post: 01-19-2012, 03:16 PM
  5. Replies: 2
    Last Post: 12-08-2011, 02:27 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