Re: VB Front End Access BackEnd
- From: "Albert D.Kallal" <PleaseNOOOsPAMmkallal@xxxxxxx>
- Date: Tue, 7 Jun 2005 16:17:51 -0600
"DS" <bootybox@xxxxxxxxxxxxx> wrote in message
news:%0ope.3090$S62.418@xxxxxxxxxxx
> What is meant by VB Front End and Access Back End?
> Can you convert Access forms to VB?
> Thanks
> DS
Well, do note that the programming language in ms-access is what we call
VBA. This programming language for purposes is the SAME language as VB6, but
we have a different forms model.
A good development practice is ms-access is to split the database into two
parts. The so called Front End has all of the forms, reports, and VB code.
The back end is simply a mdb file shared on a server/file share.
So, you "move out" all of the code, and application part of a ms-access mdb
file. This new application part is then installed on each computer.
you can also do this split, and re-write the application part in VB and
place that on each computer (not a lot of advantages of doing this in most
cases).
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@xxxxxxx
http://www.members.shaw.ca/AlbertKallal
.
- Follow-Ups:
- Re: VB Front End Access BackEnd
- From: DS
- Re: VB Front End Access BackEnd
- References:
- VB Front End Access BackEnd
- From: DS
- VB Front End Access BackEnd
- Prev by Date: Re: Refer to a tab control
- Next by Date: Re: Need to start mdb using Startup command-line options and pass in a parameter
- Previous by thread: Re: VB Front End Access BackEnd
- Next by thread: Re: VB Front End Access BackEnd
- Index(es):
Relevant Pages
|
Loading