G
Guest
I am developing a good size app in Access 2003 with a FE / BE configuration
with most of my users using a Run Time version of Access that I will include
in my install package.
Currently all the reports and associated report forms are defined in the FE
along with everything else. My thought is to separate out the report related
items into it’s own db for purposes of maintenance. I can foresee a lot of
changes to the report db while the changes to the rest of the objects would
be minimal (hopefully!).
Do any of you MVP’s out there have a thought on this? I am just now getting
my mind around Front End Updating. I have seen Tony ‘s web site about the
Auto FE Updater and I am intrigued.
From a programming/security point of view it’s simpler to keep it all in
one, however I am interested in quicker loading, ease of maintenance and
whatever else I haven't thought of.
If I do split out the reports then what would be the best way call them from
a switchboard type menu? Application.Run? I do a lot of VBA coding so I am
not afraid to try anything!
I have a lot of thoughts swimming around my head and I would truly
appreciate anyone comments/experience with this type of issue.
with most of my users using a Run Time version of Access that I will include
in my install package.
Currently all the reports and associated report forms are defined in the FE
along with everything else. My thought is to separate out the report related
items into it’s own db for purposes of maintenance. I can foresee a lot of
changes to the report db while the changes to the rest of the objects would
be minimal (hopefully!).
Do any of you MVP’s out there have a thought on this? I am just now getting
my mind around Front End Updating. I have seen Tony ‘s web site about the
Auto FE Updater and I am intrigued.
From a programming/security point of view it’s simpler to keep it all in
one, however I am interested in quicker loading, ease of maintenance and
whatever else I haven't thought of.
If I do split out the reports then what would be the best way call them from
a switchboard type menu? Application.Run? I do a lot of VBA coding so I am
not afraid to try anything!
I have a lot of thoughts swimming around my head and I would truly
appreciate anyone comments/experience with this type of issue.