Viewing 3 posts - 1 through 3 (of 3 total)
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...
November 1, 2005 at 8:07 am
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...
November 1, 2005 at 7:48 am
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...
July 26, 2005 at 10:21 am
Viewing 3 posts - 1 through 3 (of 3 total)