Conversionf from 2000 to 2003, problems with forms

JohnGo

Registered User.
Local time
Today, 12:18
Joined
Nov 14, 2004
Messages
70
I've converted a microsoft access 2000 into 2002-2003 filesystem because I want to build a mde.
First I downloaderd the jet service pack 8.

The problem after the conversion:
reports in a form don't work anymore, the references to form values are popping up as parameters disrupting all the functionality.
The same with the data-entry within this form as i'm using a lot of conditions which reference other form values.

I found out:
The reference to one of my subforms is to the 'name' of the subform which is correctly spelled in the subform.
When using the 'build-up' function to build a reference the loaded form shows a subform name 'with the source-object name' while access normally uses the name value of a subform. What a scam
 
Last edited:
It sounds like a missing reference problem. From any code page go to Tools>References. Do you see any missing? Uncheck the missing one and try to compile. Post back if that doesn't fix it.
 
Within one form everything with parameterized subqueries goes wrong. I think your hint might be right but i'm looking after the right reference currently.
 

Users who are viewing this thread

Back
Top Bottom