Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Selecting Records with Multiple Users

    Yes, that is what i'm talking about - the selection data being contained in a table accessed by multiple users.  That is where I see the problem.

    Is there anyway around...

  • RE: Selecting Records with Multiple Users

    I am concerened that if one user selects 3 records and another selects 4 records, they will each get 7 records appearing on their reports because the other user's selections...

  • RE: Go to new record

    Here is the code:   

        Dim strSP As String

        DoCmd.Save

        strSP = "Exec (stored procedure name) "

        DoCmd.RunSQL strSP

        

        (subformname).Requery

        DoCmd.GoToRecord , , acLast

        

    I tried to use the Bookmark function but could not get...

Viewing 3 posts - 1 through 3 (of 3 total)