M
MES via AccessMonster.com
I have a question about splitting the database and making into an
MDE file to distribute front ends. I have several reports in my database
that run and use a temporary table that is populated by a query. When I open
a report, I select certain parameters, and then a temp table is appended to
include pertinent information according to the parameters and the report
fields. The report fields are populated from the temp table. When the
report closes, the records in the temp table are deleted.
If I split this database and distribute copies of the front end to users,
will I have issues with these temp tables? For example, if one user running
a report and has it open, and the temp table is populated. If another user
in another location opens the same report and populates the temp table, what
(if any) trouble will I run into there?
Any help here would be greatly appreciated.
MDE file to distribute front ends. I have several reports in my database
that run and use a temporary table that is populated by a query. When I open
a report, I select certain parameters, and then a temp table is appended to
include pertinent information according to the parameters and the report
fields. The report fields are populated from the temp table. When the
report closes, the records in the temp table are deleted.
If I split this database and distribute copies of the front end to users,
will I have issues with these temp tables? For example, if one user running
a report and has it open, and the temp table is populated. If another user
in another location opens the same report and populates the temp table, what
(if any) trouble will I run into there?
Any help here would be greatly appreciated.