G
Guest
I have an Access mdb file that works perfectly in the full version of MS
Access. The purpose of the mdb is a log parser - it simply looks for a tab
delimited text file, and imports it into a table. Bits of the file get
spread across three other "work" tables using update, append and delete
queries and ultimately the interpreted version of the log is appended from
one of the "working" tables to a history table. The program then deletes all
records from the work tables, calls a VB function to see if its monday and if
so, outputs reports as html to a directory. Finally, it exits, compacting
the database on exit.
As I developed it, I suppressed the "you are about to make changes"-type
warnings you get when you run an update or delete query. I have macro
security set to low and as such my mdb file starts, processes, creates
reports if necessary, compacts the database and then exits, all without any
intervention.
I need to deploy this on a server. What's the most painless way of
re-suppressing all these warnings when using this mdb with the run-time
version of access? The program works in the run-time version of access, but
the execution starts with "Security Warning: unsafe expressions are not
blocked" and for every query that modifies a table it throws up another
warning.
I have tried digitally signing the original project and that doesn't
suppress the first warning, although it should. But how can I suppress the
other ones?
Thanks.
Access. The purpose of the mdb is a log parser - it simply looks for a tab
delimited text file, and imports it into a table. Bits of the file get
spread across three other "work" tables using update, append and delete
queries and ultimately the interpreted version of the log is appended from
one of the "working" tables to a history table. The program then deletes all
records from the work tables, calls a VB function to see if its monday and if
so, outputs reports as html to a directory. Finally, it exits, compacting
the database on exit.
As I developed it, I suppressed the "you are about to make changes"-type
warnings you get when you run an update or delete query. I have macro
security set to low and as such my mdb file starts, processes, creates
reports if necessary, compacts the database and then exits, all without any
intervention.
I need to deploy this on a server. What's the most painless way of
re-suppressing all these warnings when using this mdb with the run-time
version of access? The program works in the run-time version of access, but
the execution starts with "Security Warning: unsafe expressions are not
blocked" and for every query that modifies a table it throws up another
warning.
I have tried digitally signing the original project and that doesn't
suppress the first warning, although it should. But how can I suppress the
other ones?
Thanks.