Access 2002 Full Version Under Terminal Server

G

Guest

I am having a problem with running an Access 2002 SP3 project application on
the full version of access running on Windows Server 2003 Standard Edition
Terminal Server.

The systems are:

Certain math calculations are incorrect.
On some forms and on some reports, I get #name instead of the data - it
is normally on data where I am calling a function in VBA.

We do not experience the same problem when running the application on the
full versin of access 2002 on Windows XP or NT 4 without terminal server.

Has anyone experienced a problem like this one?

Thank you
 
A

Albert D.Kallal

I would simply logon to the TS machine..and open up the access appcation

(if it is a mde..then copy he original mdb on to the machine..and work with
that...open up the code editor..and go

debug->compile. You need to test/see if the code compiles.

This sounds like a broken ref..and has NOTHING to do with TS.

Note that is this is to be a multi-user application, then you STILL MUST
split the database part.

Anyway..let solve one problem at a time...and work out the refs issue.


The following should help you fix this:


Allen Browne
http://allenbrowne.com/ser-38.html

Doug Steele:
http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

Peter Walker:
http://www.papwalker.com/dllhell/index-page2.html


MsKb Articles: 310803, 208218, 209849, 286300

ACC2000: How Access 2000 Resolves Visual Basic for Applications References
http://support.microsoft.com/default.aspx?scid=kb;en-us;248941

ACC2000: How to Resolve Reference Issues in an Access Database
http://support.microsoft.com/default.aspx?scid=kb;en-us;310803
 
G

Guest

Thank you - we will try it. The application is an adp using sql as the data
provider.
 
G

Guest

I tried logging onto the ts and the application works fine. I am now trying
to access the application remotely and am getting a read only message which
is causing other issues. Any ideas???
 

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