Re: Report Objects



How can you be sure that "the Object is there"? Just because it's on your
machine doesn't mean it's on each user's machine. (And even if it's on the
server, that doesn't matter: it has to be on each client)

Has your application been split into a front-end (containing the queries,
forms, reports, macros and modules), linked to a back-end (containing the
tables and relationships)? If you're sharing it, it definitely should be.
Only the back-end should be on the server: each user should have his/her own
copy of the front-end on his/her hard drive.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Richard" <Richard@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2CCA7AE1-1E51-47C0-88CA-2A985E621915@xxxxxxxxxxxxxxxx
I have a database that uses "Send Object" to email multiple recipients. It
is
a shared database. Occasional users are reporting email failures. When it
occurs I have found Access reports the object does not exist. But the
Object
is there and can be used from a different machine. I have searched through
the knowledge bases without finding this particular problem. I suspect a
bad
or corrupt DLL.


.



Relevant Pages

  • RE: Splitting an Access Database into fe/be-bcuz db too large 1.6
    ... I'm not sure about that particular suggestion since it mentions "Form save ... Microsoft Access MVP ... Private Sub Form_Unload ... A few small images on forms and/or reports generally works ok. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Grouping SQL syntax problem
    ... I know nothing about generating reports in VB. ... > and Facility that they are related to. ... >> GROUP BY clauses are only used when you're using SQL aggregate functions ... >> Doug Steele, Microsoft Access MVP ...
    (microsoft.public.vb.database.ado)
  • Re: Open a report for a list query
    ... I have Seperate button one to Run query and one to Run Reports. ... Doug Steele, Microsoft Access MVP ...
    (microsoft.public.access.modulesdaovba)
  • Re: Steve Lebans pdf conversion
    ... Snapshot format, then convert these Snapshots to PDF. ... Doug Steele, Microsoft Access MVP ... I was having it do 2 reports at a time. ...
    (microsoft.public.access.reports)
  • Re: how to delete an object in another db
    ... Doug Steele, Microsoft Access MVP ... Open the other mdb file and operate on its db object ... Dim otherDb As Database ... method work for forms, queries and reports? ...
    (microsoft.public.access.formscoding)