Can I place macros in the back end of my database?

  • Thread starter Thread starter Guest
  • Start date Start date
well what you should do; is you should place SPROCS AND VIEWS AND
STABLES in your backend; use Access Data Projects

then you can share functionality between all users without having a
hundred different copies of everything

ADP is a lot easier to manage than MDB

-Tom
 
Access is a file-server database, not a server engine database. That means
that no matter where you put the code it will always run on your
workstation, with the exception of a terminal server application. Further,
multiple people accessing multiple instances of the same code (instead of
multiple different copies) can make it much easier to corrupt the database.

So the inelligent answer is No.
 
ACCESS IS NOT A DATABASE; IT IS MERELY A FRONT END TO A DATABASE

ADP IS THE PREFERRED / DEFAULT WAY TO USE ACCESS ANYMORE
 

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

Back
Top