vba code give different results on different computers on same net

K

kejo41

I have a form that works perfectly on my computer (gives expected results).
The same form gives different results when run on a different computer on
the same network in the office. Microsoft Jet Engines are the same on each
computer. Any help would be greatly appreciated.
 
D

David H

What do you mean by 'different results'? Are you referring to the records
returned by the form or that VBA code functions differently?

Are you using a split Front End/Back End? Are you certain that the both
Front Ends point to the same file?

Are you using replication?
 
K

kejo41

David,

Thanks for the reply, I should have been more specific. The result I am
refering to
is a calculated value based on a number of different criteria. I am using VB
code to perform calculations based on values obtained from tables in the
database. I am not using a split database nor am I using replication.
 
D

David H

Is the calculation being performed in a VBA sub or function? Is it hard coded
as the control source for a control?

Can you post the code or formula?
 
Top