Citrix and Access

G

Guest

We are running access on a Citrix Server. Several functions that work
perfectly on our SQL server don't work on Citrix. For example, the built in
function RIGHT gives the following error "function is not available in
expressions in query expression Right([srp_eventdate[,11)". Citrix server is
running Office service pack 2.
Any clues to how I can fix this?
Thanks
Chris
 
J

John Vinson

We are running access on a Citrix Server. Several functions that work
perfectly on our SQL server don't work on Citrix. For example, the built in
function RIGHT gives the following error "function is not available in
expressions in query expression Right([srp_eventdate[,11)". Citrix server is
running Office service pack 2.
Any clues to how I can fix this?
Thanks
Chris

Sounds like you're missing some References. Open the VBA editor and
select Tools... References; if any are marked MISSING, you'll have
this symptom.

Either uncheck and recheck the missing reference to force Access to
relink it; or, if that doesn't work, make sure that the server running
Access in fact has the needed .dll installed.

John W. Vinson[MVP]
 
G

Guest

Thanks, I will try that

John Vinson said:
We are running access on a Citrix Server. Several functions that work
perfectly on our SQL server don't work on Citrix. For example, the built in
function RIGHT gives the following error "function is not available in
expressions in query expression Right([srp_eventdate[,11)". Citrix server is
running Office service pack 2.
Any clues to how I can fix this?
Thanks
Chris

Sounds like you're missing some References. Open the VBA editor and
select Tools... References; if any are marked MISSING, you'll have
this symptom.

Either uncheck and recheck the missing reference to force Access to
relink it; or, if that doesn't work, make sure that the server running
Access in fact has the needed .dll installed.

John W. Vinson[MVP]
 
G

Guest

Hi John,
I don't have anything marked as missing. Do you know which .dll files I
should look for and where they are typically located?
Thanks

Chris Scheetz said:
Thanks, I will try that

John Vinson said:
We are running access on a Citrix Server. Several functions that work
perfectly on our SQL server don't work on Citrix. For example, the built in
function RIGHT gives the following error "function is not available in
expressions in query expression Right([srp_eventdate[,11)". Citrix server is
running Office service pack 2.
Any clues to how I can fix this?
Thanks
Chris

Sounds like you're missing some References. Open the VBA editor and
select Tools... References; if any are marked MISSING, you'll have
this symptom.

Either uncheck and recheck the missing reference to force Access to
relink it; or, if that doesn't work, make sure that the server running
Access in fact has the needed .dll installed.

John W. Vinson[MVP]
 
R

Rick Brandt

Chris said:
Hi John,
I don't have anything marked as missing. Do you know which .dll
files I should look for and where they are typically located?
Thanks

Did you do this check while opening the file ON the Citrix server? By that
I mean the actual instance of Access has to be opened on the Citrix Server
and then the file and then the references checked. A referecne that is
marked MISSING on the server might look fine on another box.
 

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