L
Larry Stewart
I am using Access 2000 mdb and SQL Server 2000. I have a
report that uses a pass-through query to SQL Server. The
Access database is not split and is stored on a network
drive. (At this time I do not wish to use ADP).
I need to change the report parameters based on the
user's input and I'm doing this by modifying the pass-
through query in VBA code with the querydef object.
My question is this. In a concurrent user environment,
will modifying the query via VBA code cause any issues if
the report is run at the same time by 2 different users
with 2 different parameters?
Can I be guaranteed that each user will get the correct
report values based on their input?
Thanks,
Larry
report that uses a pass-through query to SQL Server. The
Access database is not split and is stored on a network
drive. (At this time I do not wish to use ADP).
I need to change the report parameters based on the
user's input and I'm doing this by modifying the pass-
through query in VBA code with the querydef object.
My question is this. In a concurrent user environment,
will modifying the query via VBA code cause any issues if
the report is run at the same time by 2 different users
with 2 different parameters?
Can I be guaranteed that each user will get the correct
report values based on their input?
Thanks,
Larry