D
DDJ
I believe I've read that when automating Access reports from VB it is
recommended that developers put as much of the code as possible in Access
for performance reasons. Assuming this is true, are there any issues when
distributing the VB app to end users that we should be concerned with? I'm
specifically thinking of "macro" type security warnings, etc. to users.
These security warnings only apply when using macros, vs. using code,
correct?
Our plan is to create a database password for the related Access database,
and open the database via code in non-exclusive mode when the user wants to
preview the report. If I understand correctly, the user will not be able to
modify and Access objects, including report design, and report code, if we
do it in this manner, correct?
Thanks for any feedback!
Dan
recommended that developers put as much of the code as possible in Access
for performance reasons. Assuming this is true, are there any issues when
distributing the VB app to end users that we should be concerned with? I'm
specifically thinking of "macro" type security warnings, etc. to users.
These security warnings only apply when using macros, vs. using code,
correct?
Our plan is to create a database password for the related Access database,
and open the database via code in non-exclusive mode when the user wants to
preview the report. If I understand correctly, the user will not be able to
modify and Access objects, including report design, and report code, if we
do it in this manner, correct?
Thanks for any feedback!
Dan