Re: a question regarding separate mdb's in Access
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Sun, 24 Aug 2008 02:54:31 -0500
"JDB" <jdbNewsGroups@xxxxxxxxx> wrote in message
news:cfa3b5da-dd44-4b47-8c09-9382fb93d676@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
1. I am pretty much of an Access hacker ? that is my skill level
2. I had heard I the distant past that an Access program should be
separated into separate mdb?s
So my question
1. Are only the data tables keep in a ?back-end? mdb, and
2. All of the rest put into a front end mdb including Queries,
Reports, Forms and Modules?
Any pointers are welcome.
BTW, I am in the middle of Oceana with no access to any Access books.
Thanks
JDB
-----------------------------------------------------
Yes. You can separate 'code' from the actual data. And you can go about it
in various ways. One is to create a mde file (referred to as a 'Protected
Access Database Application with compiled VBA'). The other is to create an
Access Project (.adp). The former is expected to manage a MDB or Jet
formatted database. The latter to manage an MSDE or SQLServer database.
Another level to consider is that an Access Project or Compiled Application
needs to have the 'runtime' if you want to run it separately, ie, either a
licensed copy of Access is available or a licensed copy of the runtime. You
usually get the runtime through purchasing an "Office Developer's Edition"
at least with MS Access 2000. The developer editions also include additional
tools that make developing applications easier such as VSS, ActiveX
components, viewers and wizards. These tools are not an absolute requirement
they just make development easier.
MS Access when it comes to various 'developer' versions hasn't been quite as
"backward compatible" as we would like. It seems like practically every
version introduced a new tool or terminology.
Now that I have you throughly confused, I suggest that you check out the MS
Access Developer's forums. Clearly state the version of MS Access you are
using (or plan to use) and whether you intend your project to use MDB or
another database.
microsoft.public.access.
hth
-ralph
.
- Follow-Ups:
- Prev by Date: Re: Override SqlCommand placeholder???
- Next by Date: Re: a question regarding separate mdb's in Access
- Previous by thread: Re: Override SqlCommand placeholder???
- Next by thread: Re: a question regarding separate mdb's in Access
- Index(es):
Relevant Pages
|