Re: Multi users - different versions, problem with reports

Tech-Archive recommends: Fix windows errors by optimizing your registry



Many thanks for info, most useful

Sheila

"Allen Browne" wrote:

> It should be possible to get this to work correctly, but it may be hard to
> trace the issue.
>
> Firstly, make sure that you have the correct service patches on the A2000
> machines. Under Help | About, you should see:
> MS Access 2000 (9.0.6926 SP-3)
> If you have a smaller minor version, or don't see the SP3, get the update
> from:
> http://support.microsoft.com/gp/sp
> While you are there, get the SP8 for JET 4. JET is the data engine in
> Access, so it is just as important to keep it up to date. You can check what
> version you have by locating msjet40.dll (typically in windows\system32);
> then right-click and under Properties, check the Version tab.
>
> If the versions are up to date, the next issue is that Access 2002 uses a
> different binary than 2000. If you have developed or modified the file in
> 2002, it is quite common for 2000 to then have problems with it. The
> solution is to decompile the database and compile it using the lowest
> version. To decompile, close Access, and at the command prompt enter the
> full path to the Access 2000 executable, with the decompile switch, and the
> full name of your database--something like this:
> "c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
> "c:\MyPath\MyDatabase.mdb"
> That's all one line, and include the quotes.
> Then open in Access 2000, and compact:
> Tools | Database Utilities | Compact
> Then open a code window, and choose Compile from the Debug menu.
>
> If the reports are still failing after this, post a reply to this thread for
> more info.
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "Sheila D" <SheilaD@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:A65214F2-A2A2-497F-9948-563E004DE8BB@xxxxxxxxxxxxxxxx
> >I have a multi user database designed in XP, 2000 file format split into
> > front end, back end, works absolutely fine. However I've recently had to
> > put
> > this on a laptop which only has Access 2000.
> >
> > Some of the reports now only show half the data and seems to be showing
> > data
> > from 1 table but not linked table (Invoices and Company Details tables are
> > in
> > use and only info from Invoice table is there)
> >
> > Tried it on another PC under 2000 and same problem; works fine on 2003 and
> > XP. Is there an incompatibility with 2000 - I see a few other queries
> > along
> > the same lines but can't find any definitive answer or solution so any
> > help
> > much appreciated.
> >
> > Sheila
>
>
>
.



Relevant Pages

  • Re: Microsoft Access has encountered a problem and need to close..
    ... this sounds like a corruption. ... > A decompile is probably your best shot, but these steps in this order: ... Compact the database to get rid of this junk: ... > Allen Browne - Microsoft MVP. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Non-descriptive error message
    ... It is the first thing I look for in any database that is going wrong. ... Allen Browne - Microsoft MVP. ... From experience with this kind of corruption, ... The deleted report did not appear when running the suggested query. ...
    (microsoft.public.access.reports)
  • Re: Access crashes when opening form
    ... intact and still have a working database. ... Allen Browne - Microsoft MVP. ... You were correct in suspecting SP3. ... I've also had a problem with "compact on close" not working (it ...
    (microsoft.public.access.forms)
  • Re: DB Front End is extremely large !
    ... SaveAsText/LoadFromText is undocumented, but the arguments are ... Allen Browne - Microsoft MVP. ... Create a new database. ... Set minimal References under Tools | References (from the code ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Creating search form to return results in report
    ... Allen Browne - Microsoft MVP. ... Are they check boxes? ... >> The sample database in the article shows the search results in the>> form, ... >>> name in one textbox, ...
    (microsoft.public.access.formscoding)