ACCDE backend?

G

Guest

I have a split database with the backend running on the server and the
front-end on the workstations. My question is should the backend be a ACCDE
file like the front end? I did a test and it seemed to work but I do not want
to deploy without confirmation that this is the correct thing to do.
 
D

Douglas J. Steele

There's no reason to use an ACCDE as the backend. The purpose of an ACCDE is
to prevent the ability to change code, and there shouldn't be any code in
the backend.
 
G

Guest

thanks

Douglas J. Steele said:
There's no reason to use an ACCDE as the backend. The purpose of an ACCDE is
to prevent the ability to change code, and there shouldn't be any code in
the backend.
 
T

Tony Toews [MVP]

Douglas J. Steele said:
There's no reason to use an ACCDE as the backend. The purpose of an ACCDE is
to prevent the ability to change code, and there shouldn't be any code in
the backend.

Well, other than a form with a red stop sign telling users to not do anything in the
database. And some code to close the MDB.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
D

David W. Fenton

Well, other than a form with a red stop sign telling users to not
do anything in the database. And some code to close the MDB.

Can be done with a MsgBox launched from an Autoexec macro -- no code
needed.
 
T

Tony Toews [MVP]

David W. Fenton said:
Can be done with a MsgBox launched from an Autoexec macro -- no code
needed.

Good point. And then a quit immediately there after.

Nah, give them a Do you wish to exit now? message with a yes and no. Then exit
anyhow. <smile>

But a form looks slightly nicer.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
L

Larry Linson

Tony Toews said:
Nah, give them a Do you wish to exit now?
message with a yes and no. Then exit
anyhow. <smile>

Tony, you misspelled <evil grin>! :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top